Lines Matching refs:can_accept_evt
984 int can_accept_evt = 0; in _waitq_filter() local
1003 can_accept_evt = waker_lwp->pid == destiny; in _waitq_filter()
1007 can_accept_evt = waker_lwp->parent == waiter->lwp; in _waitq_filter()
1021 can_accept_evt = waiter_pgid == lwp_pgid_get_byprocess(waker_lwp); in _waitq_filter()
1025 if (can_accept_evt) in _waitq_filter()
1028 can_accept_evt = 1; in _waitq_filter()
1030 can_accept_evt = 1; in _waitq_filter()
1032 can_accept_evt = 1; in _waitq_filter()
1034 can_accept_evt = 0; in _waitq_filter()
1038 if (can_accept_evt) in _waitq_filter()
1042 return !can_accept_evt; in _waitq_filter()