Searched refs:SIGEV_THREAD (Results 1 – 4 of 4) sorted by relevance
310 SIGEV_THREAD, /* Deliver via thread creation. */ enumerator311 # define SIGEV_THREAD SIGEV_THREAD macro
223 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
32 #define SIGEV_THREAD 3 /* A notification function shall be called to */ macro
2577 SignalEvent.sigev_notify= SIGEV_THREAD; in MsOS_CreateTimer()