Searched refs:SIGEV_THREAD (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/time/
H A Dtimer_support.cpp95 // If the notification method is SIGEV_THREAD, initialize thread creation
97 bool isThreadEvent = event != NULL && event->sigev_notify == SIGEV_THREAD;
/haiku/headers/posix/
H A Dsignal.h26 #define SIGEV_THREAD 2 /* notify via function called in new thread */ macro
40 SIGEV_THREAD */
43 SIGEV_THREAD */
/haiku/src/system/kernel/
H A DUserTimer.cpp1326 case SIGEV_THREAD:
1710 if (event.sigev_notify == SIGEV_THREAD) {

Completed in 85 milliseconds