Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dwaitq.h101 enum waitq_type { enum
231 ((wq)->waitq_type == WQT_QUEUE)
234 ((wq)->waitq_type == WQT_TSPROXY)
240 ((wq)->waitq_type == WQT_SET && ((struct waitq_set *)(wq))->wqset_id != 0)
243 (((wqs)->wqset_q.waitq_type == WQT_SET) && ((wqs)->wqset_id != 0))
H A Dwaitq.c3038 waitq->waitq_type = WQT_TSPROXY; in waitq_init()
3040 waitq->waitq_type = WQT_QUEUE; in waitq_init()
3103 assert(waitq->waitq_type == WQT_INVALID); in waitq_deinit()
3150 wqset->wqset_q.waitq_type = WQT_SET; in waitq_set_init()
3493 panic("Invalid waitq type: %p:%d", waitq, waitq->waitq_type); in __waitq_link_arguments_panic()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_mqueue.c1028 waitq->waitq_type); in ipc_mqueue_receive_on_thread()
/xnu-8019.80.24/tools/lldbmacros/
H A Dwaitq.py14 return wq_types[int(waitq.waitq_type)]