Home
last modified time | relevance | path

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

/openbmc/linux/ipc/
H A Dmqueue.c830 case SIGEV_THREAD: in __do_notify()
857 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1332 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1338 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1407 case SIGEV_THREAD: in do_mq_notify()
1412 info->notify.sigev_notify = SIGEV_THREAD; in do_mq_notify()
1581 if (n.sigev_notify == SIGEV_THREAD) in COMPAT_SYSCALL_DEFINE2()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h326 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
/openbmc/linux/kernel/time/
H A Dposix-timers.c58 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
390 case SIGEV_THREAD: in good_sigevent()
/openbmc/linux/fs/proc/
H A Dbase.c2555 [SIGEV_THREAD] = "thread", in show_timer()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c3474 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()