Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp58 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 Dasan_mac.cpp131 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 Dtsan_interceptors_libdispatch.cpp32 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 Dtsan_dispatch_defs.h29 typedef void (*dispatch_function_t)(void *arg); typedef