Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_exit.c307 if (!curthread->force_exit && SHOULD_REPORT_EVENT(curthread, TD_DEATH))
H A Dthr_create.c150 if (SHOULD_REPORT_EVENT(curthread, TD_CREATE) || cpusetp != NULL) { in _pthread_create()
H A Dthr_private.h709 #define SHOULD_REPORT_EVENT(curthr, e) \ macro