Searched refs:notify (Results 1 – 1 of 1) sorted by relevance
75 struct sigevent notify; member493 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()1279 info->notify.sigev_notify = SIGEV_NONE; in SYSCALL_DEFINE2()[all …]