Searched refs:SIGEV_SIGNAL (Results 1 – 8 of 8) sorted by relevance
146 se.sigev_notify = SIGEV_SIGNAL; in main()
133 se.sigev_notify = SIGEV_SIGNAL; in do_timer()
303 se.sigev_notify = SIGEV_SIGNAL; in main()
398 sigevent.sigev_notify = SIGEV_SIGNAL; in main()418 sigevent.sigev_notify = SIGEV_SIGNAL; in main()
494 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()637 case SIGEV_SIGNAL: in __do_notify()1212 notification.sigev_notify != SIGEV_SIGNAL && in SYSCALL_DEFINE2()1215 if (notification.sigev_notify == SIGEV_SIGNAL && in SYSCALL_DEFINE2()1298 case SIGEV_SIGNAL: in SYSCALL_DEFINE2()1301 info->notify.sigev_notify = SIGEV_SIGNAL; in SYSCALL_DEFINE2()
268 #define SIGEV_SIGNAL 0 /* notify via signal */ macro
76 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))513 (event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_SIGNAL)) in good_sigevent()647 event.sigev_notify = SIGEV_SIGNAL; in SYSCALL_DEFINE3()
2199 [SIGEV_SIGNAL] = "signal", in show_timer()