Searched refs:_dispatch_queue_get_current (Results 1 – 5 of 5) sorted by relevance
622 return _dispatch_queue_get_current() ?: in _dispatch_get_current_queue()669 dispatch_queue_t cq = _dispatch_queue_get_current(); in dispatch_assert_queue()683 dispatch_queue_t cq = _dispatch_queue_get_current(); in dispatch_assert_queue_not()1217 if (slowpath(dq == _dispatch_queue_get_current())) { in _dispatch_queue_destroy()1277 dispatch_queue_t dq = _dispatch_queue_get_current(); in _dispatch_queue_set_width2()1324 dispatch_queue_t prev_dq, dq = _dispatch_queue_get_current(), tq = ctxt; in _dispatch_set_target_queue2()1640 (dispatch_queue_specific_queue_t)_dispatch_queue_get_current(); in _dispatch_queue_set_specific()1693 (dispatch_queue_specific_queue_t)_dispatch_queue_get_current(); in _dispatch_queue_get_specific()1729 dispatch_queue_t dq = _dispatch_queue_get_current(); in dispatch_get_specific()2073 dispatch_queue_t dq = _dispatch_queue_get_current(); in _dispatch_block_sync_invoke()[all …]
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()[all …]
615 dispatch_queue_t dq = _dispatch_queue_get_current(); in _dispatch_introspection_callout_entry()622 dispatch_queue_t dq = _dispatch_queue_get_current(); in _dispatch_introspection_callout_return()
356 _dispatch_queue_get_current(void) in _dispatch_queue_get_current() function919 _dispatch_trace_continuation_pop(_dispatch_queue_get_current(), dou); in _dispatch_continuation_pop()
44 dispatch_queue_t _dq = _dispatch_queue_get_current(); \