Home
last modified time | relevance | path

Searched refs:__libc_threaded (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Ddata.c58 #pragma weak __libc_threaded
59 extern int __libc_threaded;
72 int *_elf_libc_threaded = &__libc_threaded;
/titanic_50/usr/src/lib/libc/inc/
H A Dmtlib.h81 extern int __libc_threaded;
87 if (__libc_threaded && FILELOCKING(iop)) \
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dflush.c183 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()
/titanic_50/usr/src/lib/libc/port/threads/
H A Dthr.c62 int __libc_threaded = 0; /* zero until first thr_create() */ variable
706 __libc_threaded = 1; /* inform stdio */ in _thrp_create()
1663 __libc_threaded = 0; in postfork1_child()
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2860 __libc_threaded;