Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 1 of 1) sorted by relevance

/ipc/
Dmqueue.c75 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()
[all …]