Home
last modified time | relevance | path

Searched refs:thread_stack_cache (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c167 int thread_stack_cache = 10; variable
389 if (udp->nfreestack > udp->thread_stack_cache) in find_stack()
390 trim_stack_cache(udp->thread_stack_cache); in find_stack()
482 if (++udp->nfreestack > udp->thread_stack_cache) in ulwp_free()
483 trim_stack_cache(udp->thread_stack_cache); in ulwp_free()
1181 thread_stack_cache = value; in etest()
1467 udp->thread_stack_cache = thread_stack_cache; in libc_init()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h978 int thread_stack_cache; member
1194 int thread_stack_cache; member
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c868 uberdata.thread_stack_cache); in d_uberdata()