Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_list.c55 #define MAX_CACHED_THREADS 100 macro
203 if ((curthread == NULL) || (free_thread_count >= MAX_CACHED_THREADS)) { in _thr_free()