Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDinit.c282 .do_debug = dispatch_queue_debug,
290 .do_debug = dispatch_queue_debug,
299 .do_debug = dispatch_queue_debug,
307 .do_debug = dispatch_queue_debug,
316 .do_debug = (void *)dispatch_queue_debug,
HDqueue_internal.h142 size_t dispatch_queue_debug(dispatch_queue_t dq, char* buf, size_t bufsiz);
HDqueue.c1744 #pragma mark dispatch_queue_debug
1763 dispatch_queue_debug(dispatch_queue_t dq, char* buf, size_t bufsiz) in dispatch_queue_debug() function