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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c129 10, /* thread_stack_cache */
162 int thread_stack_cache = 10; variable
385 if (udp->nfreestack > udp->thread_stack_cache)
386 trim_stack_cache(udp->thread_stack_cache);
478 if (++udp->nfreestack > udp->thread_stack_cache)
479 trim_stack_cache(udp->thread_stack_cache);
1168 thread_stack_cache = value;
1425 udp->thread_stack_cache = thread_stack_cache;
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h900 int thread_stack_cache; member in struct:uberdata
1111 int thread_stack_cache; member in struct:uberdata32

Completed in 25 milliseconds