Searched refs:_dispatch_queue_debug_attr (Results 1 – 2 of 2) sorted by relevance
143 size_t _dispatch_queue_debug_attr(dispatch_queue_t dq, char* buf,
1747 _dispatch_queue_debug_attr(dispatch_queue_t dq, char* buf, size_t bufsiz) in _dispatch_queue_debug_attr() function1769 offset += _dispatch_queue_debug_attr(dq, &buf[offset], bufsiz - offset); in dispatch_queue_debug()