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.cpp139 typedef void (^dispatch_mach_handler_t)(dispatch_mach_reason reason, typedef
254 dispatch_mach_handler_t handler);
306 dispatch_queue_t dq, dispatch_mach_handler_t handler) { in INTERCEPTOR()