Lines Matching refs:notify
74 struct sigevent notify; member
492 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
494 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
495 info->notify.sigev_signo : 0, in mqueue_read_file()
634 switch (info->notify.sigev_notify) { in __do_notify()
640 sig_i.si_signo = info->notify.sigev_signo; in __do_notify()
643 sig_i.si_value = info->notify.sigev_value; in __do_notify()
651 kill_pid_info(info->notify.sigev_signo, in __do_notify()
683 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1289 info->notify.sigev_notify = SIGEV_NONE; in SYSCALL_DEFINE2()
1296 info->notify.sigev_notify = SIGEV_THREAD; in SYSCALL_DEFINE2()
1299 info->notify.sigev_signo = notification.sigev_signo; in SYSCALL_DEFINE2()
1300 info->notify.sigev_value = notification.sigev_value; in SYSCALL_DEFINE2()
1301 info->notify.sigev_notify = SIGEV_SIGNAL; in SYSCALL_DEFINE2()