Searched refs:__nptl_nthreads (Results 1 – 3 of 3) sorted by relevance
22 unsigned int __nptl_nthreads = 1; variable23 libc_hidden_data_def (__nptl_nthreads)
492 if (__glibc_unlikely (atomic_decrement_and_test (&__nptl_nthreads))) in start_thread()743 if (__glibc_unlikely (__nptl_nthreads == 1)) in __pthread_create_2_1()759 atomic_increment (&__nptl_nthreads); in __pthread_create_2_1()861 atomic_decrement (&__nptl_nthreads); in __pthread_create_2_1()
388 __nptl_nthreads;
Completed in 5 milliseconds