Home
last modified time | relevance | path

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

/illumos-gate/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;
/illumos-gate/usr/src/lib/libc/inc/
H A Dmtlib.h79 extern int __libc_threaded;
85 if (__libc_threaded && FILELOCKING(iop)) \
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c186 int threaded = __libc_threaded; in _flushlbf()
253 int threaded = __libc_threaded; in _findiop()
600 int threaded = __libc_threaded; in _fflush_l_iops()
725 if (__libc_threaded) in fclose()
728 if (__libc_threaded) in fclose()
743 if (__libc_threaded) in fcloseall()
777 if (__libc_threaded) in fcloseall()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c63 int __libc_threaded = 0; /* zero until first thr_create() */ variable
707 __libc_threaded = 1; /* inform stdio */ in _thrp_create()
1664 __libc_threaded = 0; in postfork1_child()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3235 __libc_threaded {