Searched refs:SIGEV_NONE (Results 1 – 9 of 9) sorted by relevance
29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
65 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))408 case SIGEV_NONE: in good_sigevent() 672 * 2) The timer is a SIGEV_NONE timer. These timers are never enqueued682 sig_none = timr->it_sigev_notify == SIGEV_NONE;690 * SIGEV_NONE oneshot timers are never queued and therefore in common_timer_get() 705 * is a SIGEV_NONE timer move the expiry time forward by intervals, in common_timer_get() 723 * A single shot SIGEV_NONE timer must return 0, when it is in common_timer_get() 904 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
625 bool sigev_none = timer->it_sigev_notify == SIGEV_NONE; in posix_cpu_timer_set()743 bool sigev_none = timer->it_sigev_notify == SIGEV_NONE; in __posix_cpu_timer_get()
320 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
787 case SIGEV_NONE: in __do_notify()1279 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()1346 case SIGEV_NONE: in do_mq_notify()1347 info->notify.sigev_notify = SIGEV_NONE; in do_mq_notify()
465 sev.sigev_notify = SIGEV_NONE; in check_sigev_none()
1001 evp.sigev_notify = SIGEV_NONE; in test_timer()
2545 [SIGEV_NONE] = "none", in show_timer()
301 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()