Lines Matching refs:notify
75 struct sigevent notify; member
496 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
498 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
499 info->notify.sigev_signo : 0, in mqueue_read_file()
641 switch (info->notify.sigev_notify) { in __do_notify()
647 sig_i.si_signo = info->notify.sigev_signo; in __do_notify()
650 sig_i.si_value = info->notify.sigev_value; in __do_notify()
658 kill_pid_info(info->notify.sigev_signo, in __do_notify()
690 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1280 info->notify.sigev_notify = SIGEV_NONE; in SYSCALL_DEFINE2()
1287 info->notify.sigev_notify = SIGEV_THREAD; in SYSCALL_DEFINE2()
1290 info->notify.sigev_signo = notification.sigev_signo; in SYSCALL_DEFINE2()
1291 info->notify.sigev_value = notification.sigev_value; in SYSCALL_DEFINE2()
1292 info->notify.sigev_notify = SIGEV_SIGNAL; in SYSCALL_DEFINE2()