Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dposix_timers.c287 sev.sigev_notify = SIGEV_SIGNAL; in check_sig_ign()
336 "check_sig_ign SIGEV_SIGNAL\n"); in check_sig_ign()
365 sev.sigev_notify = SIGEV_SIGNAL; in check_rearm()
421 sev.sigev_notify = SIGEV_SIGNAL; in check_delete()
510 sev.sigev_notify = SIGEV_SIGNAL; in check_gettime()
570 sev.sigev_notify = SIGEV_SIGNAL; in check_overrun()
H A Dalarmtimer-suspend.c121 se.sigev_notify = SIGEV_SIGNAL; in main()
H A Dset-timer-lat.c119 se.sigev_notify = SIGEV_SIGNAL; in setup_timer()
H A Dleap-a-day.c293 se.sigev_notify = SIGEV_SIGNAL; in main()
/linux/ipc/
H A Dmqueue.c650 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
796 case SIGEV_SIGNAL: { in __do_notify()
1305 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1308 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1381 case SIGEV_SIGNAL: in do_mq_notify()
1384 info->notify.sigev_notify = SIGEV_SIGNAL; in do_mq_notify()
/linux/fs/proc/
H A Dbase.c2541 [SIGEV_SIGNAL] = "signal", in show_timer()