Home
last modified time | relevance | path

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

/linux-4.1.27/ipc/
Dmqueue.c658 case SIGEV_THREAD: in __do_notify()
687 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1201 notification.sigev_notify != SIGEV_THREAD)) in SYSCALL_DEFINE2()
1207 if (notification.sigev_notify == SIGEV_THREAD) { in SYSCALL_DEFINE2()
1279 case SIGEV_THREAD: in SYSCALL_DEFINE2()
1284 info->notify.sigev_notify = SIGEV_THREAD; in SYSCALL_DEFINE2()
Dcompat_mq.c104 if (n.sigev_notify == SIGEV_THREAD) in COMPAT_SYSCALL_DEFINE2()
/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h270 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
/linux-4.1.27/kernel/time/
Dposix-timers.c76 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
/linux-4.1.27/fs/proc/
Dbase.c2005 [SIGEV_THREAD] = "thread", in show_timer()