Home
last modified time | relevance | path

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

/nptl/
A Dnptl_nthreads.c22 unsigned int __nptl_nthreads = 1; variable
23 libc_hidden_data_def (__nptl_nthreads)
A Dpthread_create.c492 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()
A DVersions388 __nptl_nthreads;

Completed in 5 milliseconds