Searched refs:sigev_notify (Results 1 – 7 of 7) sorted by relevance
13 int sigev_notify; member
26 int sigev_notify; member
44 || __builtin_expect (evp->sigev_notify != SIGEV_THREAD, 1)) in ___timer_create()53 local_evp.sigev_notify = SIGEV_SIGNAL; in ___timer_create()113 .sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID, in ___timer_create()
209 if (notification == NULL || notification->sigev_notify != SIGEV_THREAD) in __mq_notify()254 se.sigev_notify = SIGEV_THREAD; in __mq_notify()
73 .sigev_notify = SIGEV_SIGNAL, in main()84 sigev2.sigev_notify = SIGEV_THREAD; in main()
56 sev.sigev_notify = SIGEV_THREAD; in do_test()
296 switch (__builtin_expect (timer->event.sigev_notify, SIGEV_SIGNAL)) in thread_expire_timer()
Completed in 18 milliseconds