Home
last modified time | relevance | path

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

/Linux-v5.15/ipc/
Dmqueue.c817 case SIGEV_THREAD: in __do_notify()
844 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1322 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1328 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1397 case SIGEV_THREAD: in do_mq_notify()
1402 info->notify.sigev_notify = SIGEV_THREAD; in do_mq_notify()
1571 if (n.sigev_notify == SIGEV_THREAD) in COMPAT_SYSCALL_DEFINE2()
/Linux-v5.15/include/uapi/asm-generic/
Dsiginfo.h318 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
/Linux-v5.15/kernel/time/
Dposix-timers.c64 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
444 case SIGEV_THREAD: in good_sigevent()
/Linux-v5.15/fs/proc/
Dbase.c2461 [SIGEV_THREAD] = "thread", in show_timer()
/Linux-v5.15/tools/power/x86/turbostat/
Dturbostat.c3407 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()