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

/freebsd-10-stable/lib/libthr/thread/
H A Dthr_list.c54 #define MAX_CACHED_THREADS 100 macro
202 if ((curthread == NULL) || (free_thread_count >= MAX_CACHED_THREADS)) {
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_kern.c74 #define MAX_CACHED_THREADS 100 macro
2438 if ((curthread == NULL) || (free_thread_count >= MAX_CACHED_THREADS)) {

Completed in 58 milliseconds