Home
last modified time | relevance | path

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

/linux-6.15/ipc/
H A Dmqueue.c830 case SIGEV_THREAD: in __do_notify()
857 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1306 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1312 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1374 case SIGEV_THREAD: in do_mq_notify()
1379 info->notify.sigev_notify = SIGEV_THREAD; in do_mq_notify()
1538 if (n.sigev_notify == SIGEV_THREAD) in COMPAT_SYSCALL_DEFINE2()
/linux-6.15/tools/testing/selftests/net/
H A Dnetlink-dumps.c227 sigev.sigev_notify = SIGEV_THREAD; in TEST()
/linux-6.15/include/uapi/asm-generic/
H A Dsiginfo.h321 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
/linux-6.15/kernel/time/
H A Dposix-timers.c65 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
420 case SIGEV_THREAD: in good_sigevent()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_progs.c255 .sigev_notify = SIGEV_THREAD, in watchdog_init()
/linux-6.15/fs/proc/
H A Dbase.c2537 [SIGEV_THREAD] = "thread", in show_timer()
/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c6318 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()