Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dwaitq.c403 if (waitq_type(waitq) != WQT_QUEUE) { in waitq_is_global()
414 switch (waitq_type(wq)) { in waitq_empty()
521 if (waitq_type(waitq) == WQT_PORT) { in waitq_get_safeq()
540 if (waitq_type(safeq) == WQT_TURNSTILE) { in waitq_thread_insert()
600 if (waitq_type(wq) == WQT_TURNSTILE) { in waitq_thread_remove()
1137 if (waitq_type(safeq) == WQT_TURNSTILE) { in do_waitq_select_n_locked_queue()
1182 waitq_type_t wq_type = waitq_type(waitq); in do_waitq_select_n_locked_sets()
1285 switch (waitq_type(waitq)) { in waitq_is_preposted_set()
1311 switch (waitq_type(waitq)) { in waitq_assert_wait64_locked()
1398 if (waitq_type(safeq) == WQT_TURNSTILE && wait_result == THREAD_WAITING) { in waitq_assert_wait64_locked()
[all …]
H A Dwaitq.h336 waitq_type(waitq_t wq) in waitq_type() function
338 return wq.wq_q->waitq_type; in waitq_type()
368 switch (waitq_type(wq)) { in waitq_preposts()
380 switch (waitq_type(waitq)) { in waitq_irq_safe()
H A Dturnstile.c2008 switch (waitq_type(waitq)) { in thread_get_waiting_turnstile()
2064 switch (waitq_type(waitq)) { in thread_get_update_flags_for_turnstile_propagation_stoppage()
H A Dlocks.c1675 assert(waitq_type(waitq) == WQT_TURNSTILE); in kdp_sleep_with_inheritor_find_owner()
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_mqueue.c931 if (waitq_type(waitq) == WQT_PORT_SET) { in ipc_mqueue_receive_on_thread_and_unlock()
959 } else if (waitq_type(waitq) == WQT_PORT) { in ipc_mqueue_receive_on_thread_and_unlock()
965 panic("Unknown waitq type (%p/0x%x)", waitq, waitq_type(waitq)); in ipc_mqueue_receive_on_thread_and_unlock()
1023 if (waitq_type(waitq) == WQT_PORT) { in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_port.c3203 if (waitq_type(&port->ip_waitq) == WQT_PORT) { in ipc_port_free()
3246 assert(waitq_type(waitq) == WQT_TURNSTILE); in kdp_mqueue_send_find_owner()
3323 if (waitq_type(waitq) == WQT_PORT_SET) { in kdp_mqueue_recv_find_owner()
3335 } else if (waitq_type(waitq) == WQT_PORT) { in kdp_mqueue_recv_find_owner()
/xnu-12377.41.6/tools/lldbmacros/
H A Dwaitq.py22 self._ty = unsigned(self._wq.waitq_type) & 0x7
/xnu-12377.41.6/tests/unit/mocks/
H A Dmock_thread.c975 return !ut_mocks_use_fibers || waitq_type(wq) != WQT_QUEUE; in waitq_use_real_impl()
1032 .waitq_type = type,