Searched refs:__libc_threaded (Results 1 – 5 of 5) sorted by relevance
58 #pragma weak __libc_threaded59 extern int __libc_threaded;72 int *_elf_libc_threaded = &__libc_threaded;
81 extern int __libc_threaded;87 if (__libc_threaded && FILELOCKING(iop)) \
183 int threaded = __libc_threaded; in _flushlbf()250 int threaded = __libc_threaded; in _findiop()589 int threaded = __libc_threaded; in _fflush_l_iops()714 if (__libc_threaded) in fclose()717 if (__libc_threaded) in fclose()732 if (__libc_threaded) in fcloseall()766 if (__libc_threaded) in fcloseall()
62 int __libc_threaded = 0; /* zero until first thr_create() */ variable706 __libc_threaded = 1; /* inform stdio */ in _thrp_create()1663 __libc_threaded = 0; in postfork1_child()
2860 __libc_threaded;