Home
last modified time | relevance | path

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

/Linux-v5.4/ipc/
Dmqueue.c734 case SIGEV_THREAD: in __do_notify()
761 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1232 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1238 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1307 case SIGEV_THREAD: in do_mq_notify()
1312 info->notify.sigev_notify = SIGEV_THREAD; in do_mq_notify()
1480 if (n.sigev_notify == SIGEV_THREAD) in COMPAT_SYSCALL_DEFINE2()
/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h305 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
/Linux-v5.4/kernel/time/
Dposix-timers.c63 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
418 case SIGEV_THREAD: in good_sigevent()
/Linux-v5.4/fs/proc/
Dbase.c2312 [SIGEV_THREAD] = "thread", in show_timer()