Lines Matching refs:notify
75 struct sigevent notify; member
493 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
495 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
496 info->notify.sigev_signo : 0, in mqueue_read_file()
638 switch (info->notify.sigev_notify) { in __do_notify()
644 sig_i.si_signo = info->notify.sigev_signo; in __do_notify()
647 sig_i.si_value = info->notify.sigev_value; in __do_notify()
655 kill_pid_info(info->notify.sigev_signo, in __do_notify()
687 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1277 info->notify.sigev_notify = SIGEV_NONE; in SYSCALL_DEFINE2()
1284 info->notify.sigev_notify = SIGEV_THREAD; in SYSCALL_DEFINE2()
1287 info->notify.sigev_signo = notification.sigev_signo; in SYSCALL_DEFINE2()
1288 info->notify.sigev_value = notification.sigev_value; in SYSCALL_DEFINE2()
1289 info->notify.sigev_notify = SIGEV_SIGNAL; in SYSCALL_DEFINE2()