Searched refs:SIGEV_NONE (Results 1 – 6 of 6) sorted by relevance
76 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))509 if (((event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) && in good_sigevent()742 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()753 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) in common_timer_get()763 if ((timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()861 if (((timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) { in common_timer_set()
473 if ((ptr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) { in alarm_handle_timer()
505 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
269 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
639 case SIGEV_NONE: in __do_notify()1199 if (unlikely(notification.sigev_notify != SIGEV_NONE && in SYSCALL_DEFINE2()1276 case SIGEV_NONE: in SYSCALL_DEFINE2()1277 info->notify.sigev_notify = SIGEV_NONE; in SYSCALL_DEFINE2()
2004 [SIGEV_NONE] = "none", in show_timer()