Searched refs:SIGEV_SIGNAL (Results 1 – 4 of 4) sorted by relevance
29 SIGEV_SIGNAL = 0, /* Notify via signal. */ enumerator30 # define SIGEV_SIGNAL SIGEV_SIGNAL macro
53 local_evp.sigev_notify = SIGEV_SIGNAL; in ___timer_create()113 .sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID, in ___timer_create()
73 .sigev_notify = SIGEV_SIGNAL, in main()
296 switch (__builtin_expect (timer->event.sigev_notify, SIGEV_SIGNAL)) in thread_expire_timer()301 case SIGEV_SIGNAL: in thread_expire_timer()
Completed in 5 milliseconds