Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp143 typedef void (^dispatch_mach_handler_t)(dispatch_mach_reason reason, typedef
258 dispatch_mach_handler_t handler);
310 dispatch_queue_t dq, dispatch_mach_handler_t handler) { in INTERCEPTOR()