Searched refs:can_accept_evt (Results 1 – 1 of 1) sorted by relevance
984 int can_accept_evt = 0; in _waitq_filter() local1003 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()[all …]
Completed in 5 milliseconds