Home
last modified time | relevance | path

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

/trueos/lib/libdispatch/src/
HDvoucher_internal.h224 _dispatch_debug("voucher[%p]: " msg, v, ##__VA_ARGS__)
226 _dispatch_debug("kvoucher[0x%08x]: " msg, kv, ##__VA_ARGS__)
587 _dispatch_debug("activity[%p] <0x%x>: atm[%p] <%lld>: " msg, (act), \
591 _dispatch_debug("atm[%p] <%lld> kvoucher[0x%08x]: " msg, (atm), \
HDsource.c1965 _dispatch_debug("select workaround used to read fd %d: 0x%lx", in _dispatch_select_register()
1981 _dispatch_debug("select workaround used to write fd %d: 0x%lx", in _dispatch_select_register()
2232 _dispatch_debug("waking up the dispatch manager queue: %p", dq); in _dispatch_mgr_wakeup()
2890 _dispatch_debug("machport[0x%08x]: registering for send-possible " in _dispatch_mach_notify_update()
2923 _dispatch_debug("machport[0x%08x]: unregistering for send-possible " in _dispatch_mach_notify_update()
2956 _dispatch_debug("registering for calendar-change notification"); in _dispatch_mach_host_notify_update()
2980 _dispatch_debug("calendar-change notification"); in _dispatch_mach_notify_source_invoke()
3012 _dispatch_debug("machport[0x%08x]: dead-name notification", name); in _dispatch_mach_notify_dead_name()
3029 _dispatch_debug("machport[0x%08x]: send-possible notification", name); in _dispatch_mach_notify_send_possible()
3202 _dispatch_debug("machport[0x%08x]: registering for reply, ctxt %p", reply, in _dispatch_mach_reply_kevent_register()
[all …]
HDvoucher.c1150 _dispatch_debug("activity heap alloc %zd (%p)", index, buffer); in _voucher_activity_heap_buffer_alloc()
1163 _dispatch_debug("activity heap free %zd (%p)", index, buffer); in _voucher_activity_heap_buffer_free()
1179 _dispatch_debug("activity heap madvise %zd (%p) -> %zd (%p)", base + start, in _voucher_activity_heap_madvise()
1634 _dispatch_debug("mailbox alloc %zd (%lld)", index, mailbox_offset); in _voucher_atm_mailbox_alloc()
1647 _dispatch_debug("mailbox free %zd (%lld)", index, mailbox_offset); in _voucher_atm_mailbox_free()
1944 _dispatch_debug("found min subaids (%u out of %u)", s, a); in _voucher_atm_collect()
1967 _dispatch_debug("atm collect: reached level %ld", level/2); in _voucher_atm_collect_if_needed()
HDinternal.h472 #define _dispatch_debug(x, args...) do { \ macro
HDio.c29 _dispatch_debug("fd[0x%x]: " msg, (fd), ##args)
1884 _dispatch_debug("no operation found: stream %p", stream); in _dispatch_stream_handler()
HDqueue.c690 #define _dispatch_root_queue_debug(...) _dispatch_debug(__VA_ARGS__)
3921 _dispatch_debug("contention on global queue: %p", dq); in _dispatch_queue_concurrent_drain_one_slow()