Searched refs:_thread_active_threads (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/lib/libthr/thread/
H A Dthr_list.c241 atomic_add_int(&_thread_active_threads, 1);
253 atomic_add_int(&_thread_active_threads, -1);
H A Dthr_init.c71 int _thread_active_threads = 1; variable
349 _thread_active_threads = 1;
H A Dthr_create.c214 atomic_add_int(&_thread_active_threads, -1);
H A Dthr_exit.c296 if (atomic_fetchadd_int(&_thread_active_threads, -1) == 1) {
H A Dthr_private.h735 extern int _thread_active_threads;

Completed in 102 milliseconds