Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDqueue_internal.h270 #define DISPATCH_OBJ_IS_VTABLE(x) ((unsigned long)(x)->do_vtable > 0xfful) macro
HDtrace.h95 if (DISPATCH_OBJ_IS_VTABLE(_do)) { \
HDintrospection.c306 if (DISPATCH_OBJ_IS_VTABLE(dc)) { in dispatch_introspection_queue_item_get_info()
HDinline_internal.h920 if (DISPATCH_OBJ_IS_VTABLE(dou._do)) { in _dispatch_continuation_pop()
HDqueue.c1871 if (!DISPATCH_OBJ_IS_VTABLE(dc) && in _dispatch_continuation_redirect()
2631 if (DISPATCH_OBJ_IS_VTABLE(dc) || ((long)dc->do_vtable & in _dispatch_barrier_sync_f_pop()
3544 if (!DISPATCH_OBJ_IS_VTABLE(dc) && in _dispatch_queue_drain()
HDsource.c3565 if (!DISPATCH_OBJ_IS_VTABLE(dc)) { in _dispatch_mach_send_drain()