Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dwaitq.h969 struct waitq *waitq_set_first_prepost(
H A Dwaitq.c1301 return waitq_set_first_prepost(waitq.wqs_set, WQS_PREPOST_PEEK) != NULL; in waitq_is_preposted_set()
2025 waitq_set_first_prepost(struct waitq_set *wqset, wqs_prepost_flags_t flags) in waitq_set_first_prepost() function
/xnu-11215/osfmk/ipc/
H A Dipc_mqueue.c1008 port_wq = waitq_set_first_prepost(&pset->ips_wqset, wqs_flags); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_pset.c308 return waitq_set_first_prepost(&pset->ips_wqset, WQS_PREPOST_PEEK) ? in filt_pset_filter_result()