Searched refs:SIGEV_SIGNAL (Results 1 – 4 of 4) sorted by relevance
306 SIGEV_SIGNAL = 0, /* Notify via signal. */ enumerator307 # define SIGEV_SIGNAL SIGEV_SIGNAL macro
221 #define SIGEV_SIGNAL 0 /* notify via signal */ macro
29 #define SIGEV_SIGNAL 2 /* A queued signal, with an application defined */ macro
2457 SignalEvent.sigev_notify = SIGEV_SIGNAL; in Timer_Thread()