Home
last modified time | relevance | path

Searched refs:SIGEV_NONE (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/kernel/
Dposix-timers.c81 ~(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()
Dposix-cpu-timers.c591 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/linux-3.4.99/include/asm-generic/
Dsiginfo.h251 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/linux-3.4.99/ipc/
Dmqueue.c526 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()