Home
last modified time | relevance | path

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

/linux-3.4.99/ipc/
Dmqueue.c546 case SIGEV_THREAD: in __do_notify()
573 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1050 notification.sigev_notify != SIGEV_THREAD)) in SYSCALL_DEFINE2()
1056 if (notification.sigev_notify == SIGEV_THREAD) { in SYSCALL_DEFINE2()
1128 case SIGEV_THREAD: in SYSCALL_DEFINE2()
1133 info->notify.sigev_notify = SIGEV_THREAD; in SYSCALL_DEFINE2()
Dcompat_mq.c117 if (n.sigev_notify == SIGEV_THREAD) in compat_sys_mq_notify()
/linux-3.4.99/include/asm-generic/
Dsiginfo.h252 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
/linux-3.4.99/kernel/
Dposix-timers.c81 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))