Searched defs:__threaded (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c51 * Between Solaris 2.5 and Solaris 9, __threaded was used to indicate
59 int __threaded = 1; /* always equal to 1 */ variable
1489 * We need to reset __threaded dynamically at runtime, so that
1490 * __threaded can be bound to __threaded outside libc which may not
1493 __threaded = 1;

Completed in 84 milliseconds