Home
last modified time | relevance | path

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

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