Home
last modified time | relevance | path

Searched refs:_dispatch_queue_push_slow (Results 1 – 3 of 3) sorted by relevance

/NextBSD/lib/libdispatch/src/
HDqueue_internal.h101 void _dispatch_queue_push_slow(dispatch_queue_t dq,
HDinline_internal.h267 _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()
HDqueue.c3210 _dispatch_queue_push_slow(dispatch_queue_t dq, pthread_priority_t pp, in _dispatch_queue_push_slow() function