Home
last modified time | relevance | path

Searched refs:DEBUGGING_P (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_tryjoin.c35 if (DEBUGGING_P && __find_in_stack_list (pd) == NULL) in pthread_tryjoin_np()
A DpthreadP.h207 # define DEBUGGING_P __builtin_expect (__pthread_debug, 0)
208 # define INVALID_TD_P(pd) (DEBUGGING_P && __find_in_stack_list (pd) == NULL)
211 # define DEBUGGING_P 0 macro
A Dpthread_create.c201 if (DEBUGGING_P && __find_in_stack_list (pd) == NULL) in __free_tcb()
A DChangeLog9253 * pthreadP.h: Define dummy version of DEBUGGING_P.
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dpthread_sigqueue.c39 if (DEBUGGING_P && INVALID_TD_P (pd)) in pthread_sigqueue()
A Dpthread_kill.c35 if (DEBUGGING_P && INVALID_TD_P (pd)) in __pthread_kill()

Completed in 15 milliseconds