Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDqueue.c545 static struct dispatch_queue_s _dispatch_mgr_root_queue; variable
547 #define _dispatch_mgr_root_queue \ macro
559 .do_targetq = &_dispatch_mgr_root_queue,
1389 static struct dispatch_queue_s _dispatch_mgr_root_queue = { variable
3401 if (slowpath(dq == &_dispatch_mgr_root_queue)) { in _dispatch_queue_wakeup_global_slow()