Searched refs:SIGEV_THREAD (Results 1 – 6 of 6) sorted by relevance
33 SIGEV_THREAD, /* Deliver via thread creation. */ enumerator34 # define SIGEV_THREAD SIGEV_THREAD macro
56 sev.sigev_notify = SIGEV_THREAD; in do_test()
84 sigev2.sigev_notify = SIGEV_THREAD; in main()
209 if (notification == NULL || notification->sigev_notify != SIGEV_THREAD) in __mq_notify()254 se.sigev_notify = SIGEV_THREAD; in __mq_notify()
44 || __builtin_expect (evp->sigev_notify != SIGEV_THREAD, 1)) in ___timer_create()
328 case SIGEV_THREAD: in thread_expire_timer()
Completed in 7 milliseconds