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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c131 10, /* thread_stack_cache */
164 int thread_stack_cache = 10; variable
386 if (udp->nfreestack > udp->thread_stack_cache)
387 trim_stack_cache(udp->thread_stack_cache);
479 if (++udp->nfreestack > udp->thread_stack_cache)
480 trim_stack_cache(udp->thread_stack_cache);
1169 thread_stack_cache = value;
1430 udp->thread_stack_cache = thread_stack_cache;
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h971 int thread_stack_cache; member in struct:uberdata
1184 int thread_stack_cache; member in struct:uberdata32

Completed in 104 milliseconds