Searched refs:DEBUGGING_P (Results 1 – 6 of 6) sorted by relevance
35 if (DEBUGGING_P && __find_in_stack_list (pd) == NULL) in pthread_tryjoin_np()
207 # 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
201 if (DEBUGGING_P && __find_in_stack_list (pd) == NULL) in __free_tcb()
9253 * pthreadP.h: Define dummy version of DEBUGGING_P.
39 if (DEBUGGING_P && INVALID_TD_P (pd)) in pthread_sigqueue()
35 if (DEBUGGING_P && INVALID_TD_P (pd)) in __pthread_kill()
Completed in 15 milliseconds