Searched refs:sigev_notify (Results 1 – 10 of 10) sorted by relevance
492 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()494 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()634 switch (info->notify.sigev_notify) { in __do_notify()683 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()1211 if (unlikely(notification.sigev_notify != SIGEV_NONE && in SYSCALL_DEFINE2()1212 notification.sigev_notify != SIGEV_SIGNAL && in SYSCALL_DEFINE2()1213 notification.sigev_notify != SIGEV_THREAD)) in SYSCALL_DEFINE2()1215 if (notification.sigev_notify == SIGEV_SIGNAL && in SYSCALL_DEFINE2()1219 if (notification.sigev_notify == SIGEV_THREAD) { in SYSCALL_DEFINE2()1287 switch (notification.sigev_notify) { in SYSCALL_DEFINE2()[all …]
104 if (n.sigev_notify == SIGEV_THREAD) in COMPAT_SYSCALL_DEFINE2()
510 if ((event->sigev_notify & SIGEV_THREAD_ID ) && in good_sigevent()513 (event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_SIGNAL)) in good_sigevent()516 if (((event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) && in good_sigevent()647 event.sigev_notify = SIGEV_SIGNAL; in SYSCALL_DEFINE3()653 new_timer->it_sigev_notify = event.sigev_notify; in SYSCALL_DEFINE3()
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()
288 int sigev_notify; member
884 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
224 compat_int_t sigev_notify; member