Searched refs:dispatch_x_f (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_mac.cpp | 109 #define INTERCEPT_DISPATCH_X_F_3(dispatch_x_f) \ argument 110 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \ 113 return REAL(dispatch_x_f)(dq, (void *)lsan_ctxt, \
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_mac.cpp | 202 #define INTERCEPT_DISPATCH_X_F_3(dispatch_x_f) \ argument 203 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \ 208 Report(#dispatch_x_f "(): context: %p, pthread_self: %p\n", \ 212 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
|