Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libc/port/threads/
H A Dthr.c160 int thread_stack_cache = 10; variable
382 if (udp->nfreestack > udp->thread_stack_cache) in find_stack()
383 trim_stack_cache(udp->thread_stack_cache); in find_stack()
475 if (++udp->nfreestack > udp->thread_stack_cache) in ulwp_free()
476 trim_stack_cache(udp->thread_stack_cache); in ulwp_free()
1164 thread_stack_cache = value; in etest()
1425 udp->thread_stack_cache = thread_stack_cache; in libc_init()
/onnv-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h900 int thread_stack_cache; member
1111 int thread_stack_cache; member
/onnv-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c833 uberdata.thread_stack_cache); in d_uberdata()