Searched refs:__libc_threaded (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/inc/
H A Dmtlib.h78 * FUNLOCKFILE macros. __libc_threaded gets set to 1 when the first
81 extern int __libc_threaded;
87 if (__libc_threaded && FILELOCKING(iop)) \
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c183 int threaded = __libc_threaded;
250 int threaded = __libc_threaded;
589 int threaded = __libc_threaded;
714 if (__libc_threaded)
717 if (__libc_threaded)
732 if (__libc_threaded)
766 if (__libc_threaded)
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c56 * into libc. The new __libc_threaded symbol is used to indicate
60 int __libc_threaded = 0; /* zero until first thr_create() */ variable
703 __libc_threaded = 1; /* inform stdio */
1622 __libc_threaded = 0;

Completed in 29 milliseconds