Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp58 typedef void (*dispatch_function_t)(void *block); typedef
64 dispatch_function_t func;
97 dispatch_function_t func) { in alloc_lsan_context()
111 dispatch_function_t func) { \
122 void *ctxt, dispatch_function_t func) { in INTERCEPT_DISPATCH_X_F_3()
129 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) { in INTERCEPTOR()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp127 typedef void (*dispatch_function_t)(void *block); typedef
147 dispatch_function_t func;
186 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func, in alloc_asan_context()
200 dispatch_function_t func) { \
218 dispatch_function_t func) { in INTERCEPT_DISPATCH_X_F_3()
231 dispatch_function_t func) { in INTERCEPTOR()
/llvm-project/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) { \
202 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);
251 dispatch_queue_t queue, void *context, dispatch_function_t work) in DISPATCH_INTERCEPT_SYNC_F()
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()
[all …]
H A Dtsan_dispatch_defs.h29 typedef void (*dispatch_function_t)(void *arg); typedef