Home
last modified time | relevance | path

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

/Linux-v4.19/ipc/
Dmqueue.c680 case SIGEV_THREAD: in __do_notify()
707 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1178 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1184 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1258 case SIGEV_THREAD: in do_mq_notify()
1263 info->notify.sigev_notify = SIGEV_THREAD; in do_mq_notify()
1430 if (n.sigev_notify == SIGEV_THREAD) in COMPAT_SYSCALL_DEFINE2()
/Linux-v4.19/include/uapi/asm-generic/
Dsiginfo.h298 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
/Linux-v4.19/kernel/time/
Dposix-timers.c84 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
442 case SIGEV_THREAD: in good_sigevent()
/Linux-v4.19/fs/proc/
Dbase.c2294 [SIGEV_THREAD] = "thread", in show_timer()