Searched refs:sigev_notify (Results 1 – 12 of 12) sorted by relevance
634 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()636 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()779 switch (info->notify.sigev_notify) { in __do_notify()844 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()1320 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()1321 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()1322 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()1324 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()1328 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()1393 switch (notification->sigev_notify) { in do_mq_notify()[all …]
13 aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/; in main()
187 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
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()
336 int sigev_notify; member
436 switch (event->sigev_notify) { in good_sigevent()536 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
305 compat_int_t sigev_notify; member
191 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()
3407 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()