Lines Matching refs:_dispatch_queue_get_current
67 dispatch_assert(_dispatch_queue_get_current() == &_dispatch_mgr_q)
334 dispatch_source_t ds = (dispatch_source_t)_dispatch_queue_get_current(); in _dispatch_source_set_handler()
501 _dispatch_trace_continuation_pop(_dispatch_queue_get_current(), dc); in _dispatch_source_latch_and_call()
583 dispatch_queue_t dq = _dispatch_queue_get_current(); in _dispatch_source_invoke2()
1861 dispatch_timer_aggregate_t dta = (void*)_dispatch_queue_get_current(); in _dispatch_timer_aggregate_update()
2221 if (_dispatch_queue_get_current() == &_dispatch_mgr_q) { in _dispatch_mgr_wakeup()
3407 if (dm->dm_dkev && slowpath(_dispatch_queue_get_current() != in _dispatch_mach_msg_send()
3429 if (_dispatch_queue_get_current() == &_dispatch_mgr_q) { in _dispatch_mach_msg_send()
3498 if (_dispatch_queue_get_current() != &_dispatch_mgr_q) { in _dispatch_mach_msg_send()
3740 if (slowpath(_dispatch_queue_get_current() != &_dispatch_mgr_q)) { in _dispatch_mach_reconnect_invoke()
3821 dispatch_mach_t dm = (dispatch_mach_t)_dispatch_queue_get_current(); in _dispatch_mach_msg_invoke()
3847 dispatch_mach_t dm = (dispatch_mach_t)_dispatch_queue_get_current(); in _dispatch_mach_barrier_invoke()
3959 dispatch_queue_t dq = _dispatch_queue_get_current(); in _dispatch_mach_invoke2()