Home
last modified time | relevance | path

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

/trueos/lib/libdispatch/src/
HDintrospection.c391 dispatch_introspection_hooks_s _dispatch_introspection_hooks; variable
408 (slowpath(_dispatch_introspection_hooks.h))
411 typeof(_dispatch_introspection_hooks.h) _h; \
412 _h = _dispatch_introspection_hooks.h; \
437 dispatch_introspection_hooks_s old_hooks = _dispatch_introspection_hooks; in dispatch_introspection_hooks_install()
438 _dispatch_introspection_hooks = *hooks; in dispatch_introspection_hooks_install()
440 *h = (void*)&_dispatch_introspection_hooks, *oh = (void*)&old_hooks; in dispatch_introspection_hooks_install()
460 *h = (void*)&_dispatch_introspection_hooks; in dispatch_introspection_hook_callouts_enable()