Searched refs:dispatch_function_t (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 58 typedef void (*dispatch_function_t)(void *block); typedef 64 dispatch_function_t func; 98 dispatch_function_t func) { in alloc_lsan_context() 112 dispatch_function_t func) { \ 123 void *ctxt, dispatch_function_t func) { in INTERCEPT_DISPATCH_X_F_3() 130 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) { in INTERCEPTOR()
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 131 typedef void (*dispatch_function_t)(void *block); typedef 137 dispatch_function_t func; 177 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func, in alloc_asan_context() 191 dispatch_function_t func) { \ 209 dispatch_function_t func) { in INTERCEPT_DISPATCH_X_F_3() 222 dispatch_function_t func) { in INTERCEPTOR()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 32 dispatch_function_t orig_work; 83 dispatch_function_t orig_work) { in AllocContext() 189 dispatch_function_t work) { \ 237 dispatch_queue_t queue, void *context, dispatch_function_t work); 241 dispatch_queue_t queue, void *context, dispatch_function_t work); 269 dispatch_function_t work) { in TSAN_INTERCEPTOR() 312 void *context, dispatch_function_t function) { in TSAN_INTERCEPTOR() 370 dispatch_function_t work) { in TSAN_INTERCEPTOR() 382 dispatch_queue_t q, void *context, dispatch_function_t work) in DECLARE_REAL() 434 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR() [all …]
|
H A D | tsan_dispatch_defs.h | 29 typedef void (*dispatch_function_t)(void *arg); typedef
|