Home
last modified time | relevance | path

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

/trueos/lib/libthr/thread/
HDthr_exit.c289 if (!curthread->force_exit && SHOULD_REPORT_EVENT(curthread, TD_DEATH))
HDthr_create.c150 if (SHOULD_REPORT_EVENT(curthread, TD_CREATE) || cpusetp != NULL) { in _pthread_create()
HDthr_private.h667 #define SHOULD_REPORT_EVENT(curthr, e) \ macro