Searched refs:_dispatch_queue_push_slow (Results 1 – 3 of 3) sorted by relevance
101 void _dispatch_queue_push_slow(dispatch_queue_t dq,
267 _dispatch_queue_push_slow(dq, pp, tail, override); in _dispatch_queue_push()281 _dispatch_queue_push_slow(dq, pp, tail, false); in _dispatch_queue_push_wakeup()
3210 _dispatch_queue_push_slow(dispatch_queue_t dq, pthread_priority_t pp, in _dispatch_queue_push_slow() function