Home
last modified time | relevance | path

Searched refs:SIGEV_SIGNAL (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A Dsignal_context.c45 sev.sigev_notify = SIGEV_SIGNAL; in main()
/openbmc/linux/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c135 se.sigev_notify = SIGEV_SIGNAL; in main()
H A Dset-timer-lat.c131 se.sigev_notify = SIGEV_SIGNAL; in setup_timer()
H A Dleap-a-day.c293 se.sigev_notify = SIGEV_SIGNAL; in main()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsignals.c121 sev.sigev_notify = SIGEV_SIGNAL; in test_signals()
/openbmc/linux/ipc/
H A Dmqueue.c649 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
795 case SIGEV_SIGNAL: { in __do_notify()
1331 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1334 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1414 case SIGEV_SIGNAL: in do_mq_notify()
1417 info->notify.sigev_notify = SIGEV_SIGNAL; in do_mq_notify()
/openbmc/linux/kernel/time/
H A Dposix-timers.c58 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
383 case SIGEV_SIGNAL | SIGEV_THREAD_ID: in good_sigevent()
389 case SIGEV_SIGNAL: in good_sigevent()
490 new_timer->it_sigev_notify = SIGEV_SIGNAL; in do_timer_create()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h324 #define SIGEV_SIGNAL 0 /* notify via signal */ macro
/openbmc/linux/fs/proc/
H A Dbase.c2553 [SIGEV_SIGNAL] = "signal", in show_timer()