Searched refs:sigev_notify (Results 1 – 9 of 9) sorted by relevance
516 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()518 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()659 switch (info->notify.sigev_notify) { in __do_notify()707 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()1176 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()1177 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()1178 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()1180 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()1184 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()1254 switch (notification->sigev_notify) { in do_mq_notify()[all …]
399 sigevent.sigev_notify = SIGEV_SIGNAL; in main()419 sigevent.sigev_notify = SIGEV_SIGNAL; in main()
135 se.sigev_notify = SIGEV_SIGNAL; in main()
131 se.sigev_notify = SIGEV_SIGNAL; in setup_timer()
293 se.sigev_notify = SIGEV_SIGNAL; in main()
316 int sigev_notify; member
342 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
434 switch (event->sigev_notify) { in good_sigevent()534 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
353 compat_int_t sigev_notify; member