Home
last modified time | relevance | path

Searched refs:num_active_threads (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_threads.c111 if (tm->num_active_threads == tm->max_threads) { in tcsd_thread_create()
159 tm->num_active_threads++; in tcsd_thread_create()
346 tm->num_active_threads--; in tcsd_thread_run()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcsd.h162 UINT32 num_active_threads; member