Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dcreatethread.c72 atomic_increment (&__nptl_nthreads); in do_clone()
77 atomic_decrement (&__nptl_nthreads); /* Oops, we lied for a second. */ in do_clone()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_ta_get_nthreads.c36 err = DB_GET_VALUE (n, ta, __nptl_nthreads, 0); in td_ta_get_nthreads()
A Dstructs.def56 DB_VARIABLE (__nptl_nthreads)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A D__uClibc_main.c325 extern unsigned int __nptl_nthreads __attribute ((weak));
522 unsigned int *const ptr = &__nptl_nthreads; in __uClibc_main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_create.c45 unsigned int __nptl_nthreads = 1; variable
309 if (__builtin_expect (atomic_decrement_and_test (&__nptl_nthreads), 0)) in start_thread()
A Dinit.c115 .ptr_nthreads = &__nptl_nthreads,
A DpthreadP.h181 extern unsigned int __nptl_nthreads
A Dallocatestack.c886 __nptl_nthreads = 1; in __reclaim_stacks()
A DChangeLog4290 * sysdeps/pthread/createthread.c (do_clone): Increment __nptl_nthreads
9351 * pthreadP.h: Add declaraction for __nptl_nthreads.
9352 * pthread_create.c: Define __nptl_nthreads
9353 (start_thread): Increment __nptl_nthreads at beginning. Decrement
9359 (__reclaim_stacks): Decrement __nptl_nthreads.

Completed in 25 milliseconds