Searched refs:SIGEV_NONE (Results 1 – 4 of 4) sorted by relevance
81 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))449 if (((event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) && in good_sigevent()694 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()705 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) in common_timer_get()715 if ((timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()813 if (((timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) { in common_timer_set()
591 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
251 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
526 case SIGEV_NONE: in __do_notify()1048 if (unlikely(notification.sigev_notify != SIGEV_NONE && in SYSCALL_DEFINE2()1125 case SIGEV_NONE: in SYSCALL_DEFINE2()1126 info->notify.sigev_notify = SIGEV_NONE; in SYSCALL_DEFINE2()