Home
last modified time | relevance | path

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

/ipc/
Dmqueue.c79 struct sigevent notify; member
334 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
336 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
337 info->notify.sigev_signo : 0, in mqueue_read_file()
498 switch (info->notify.sigev_notify) { in __do_notify()
504 sig_i.si_signo = info->notify.sigev_signo; in __do_notify()
507 sig_i.si_value = info->notify.sigev_value; in __do_notify()
512 kill_pid_info(info->notify.sigev_signo, in __do_notify()
557 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1095 info->notify.sigev_notify = SIGEV_NONE; in SYSCALL_DEFINE2()
[all …]