Searched refs:dispatch_function_t (Results 1 – 6 of 6) sorted by relevance
| /external/llvm-project/compiler-rt/lib/lsan/ |
| 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()
|
| /external/compiler-rt/lib/asan/ |
| D | asan_mac.cc | 133 typedef void (*dispatch_function_t)(void *block); typedef 139 dispatch_function_t func; 178 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func, in alloc_asan_context() 192 dispatch_function_t func) { \ 210 dispatch_function_t func) { in INTERCEPT_DISPATCH_X_F_3() 223 dispatch_function_t func) { in INTERCEPTOR()
|
| /external/llvm-project/compiler-rt/lib/asan/ |
| D | asan_mac.cpp | 135 typedef void (*dispatch_function_t)(void *block); typedef 141 dispatch_function_t func; 181 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func, in alloc_asan_context() 195 dispatch_function_t func) { \ 213 dispatch_function_t func) { in INTERCEPT_DISPATCH_X_F_3() 226 dispatch_function_t func) { in INTERCEPTOR()
|
| /external/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors_libdispatch.cpp | 32 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 …]
|
| D | tsan_dispatch_defs.h | 29 typedef void (*dispatch_function_t)(void *arg); typedef
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_libdispatch_mac.cc | 35 dispatch_function_t orig_work; 83 dispatch_function_t orig_work) { in AllocContext() 163 dispatch_function_t work) { \ 176 dispatch_function_t work) { \ 216 dispatch_function_t work) { in TSAN_INTERCEPTOR() 259 void *context, dispatch_function_t function) { in TSAN_INTERCEPTOR() 314 dispatch_function_t work) { in TSAN_INTERCEPTOR() 352 dispatch_queue_t q, void *context, dispatch_function_t work) { in TSAN_INTERCEPTOR() 375 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR() 404 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR() [all …]
|