Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_mac.cpp137 typedef void (*dispatch_function_t)(void *block); typedef
143 dispatch_function_t func;
183 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func, in alloc_asan_context()
197 dispatch_function_t func) { \
215 dispatch_function_t func) { in INTERCEPT_DISPATCH_X_F_3()
228 dispatch_function_t func) { in INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
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
/llvm-project-15.0.7/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