Searched refs:__nptl_nthreads (Results 1 – 9 of 9) sorted by relevance
72 atomic_increment (&__nptl_nthreads); in do_clone()77 atomic_decrement (&__nptl_nthreads); /* Oops, we lied for a second. */ in do_clone()
36 err = DB_GET_VALUE (n, ta, __nptl_nthreads, 0); in td_ta_get_nthreads()
56 DB_VARIABLE (__nptl_nthreads)
325 extern unsigned int __nptl_nthreads __attribute ((weak));522 unsigned int *const ptr = &__nptl_nthreads; in __uClibc_main()
45 unsigned int __nptl_nthreads = 1; variable309 if (__builtin_expect (atomic_decrement_and_test (&__nptl_nthreads), 0)) in start_thread()
115 .ptr_nthreads = &__nptl_nthreads,
181 extern unsigned int __nptl_nthreads
886 __nptl_nthreads = 1; in __reclaim_stacks()
4290 * sysdeps/pthread/createthread.c (do_clone): Increment __nptl_nthreads9351 * pthreadP.h: Add declaraction for __nptl_nthreads.9352 * pthread_create.c: Define __nptl_nthreads9353 (start_thread): Increment __nptl_nthreads at beginning. Decrement9359 (__reclaim_stacks): Decrement __nptl_nthreads.
Completed in 20 milliseconds