Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDqueue_internal.h143 size_t _dispatch_queue_debug_attr(dispatch_queue_t dq, char* buf,
HDqueue.c1747 _dispatch_queue_debug_attr(dispatch_queue_t dq, char* buf, size_t bufsiz) in _dispatch_queue_debug_attr() function
1769 offset += _dispatch_queue_debug_attr(dq, &buf[offset], bufsiz - offset); in dispatch_queue_debug()