Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_mac.cc57 typedef void (*dispatch_function_t)(void *block); typedef
63 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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_mac.cc59 typedef void (*dispatch_function_t)(void *block); typedef
65 dispatch_function_t func;
99 dispatch_function_t func) { in alloc_lsan_context()
113 dispatch_function_t func) { \
124 void *ctxt, dispatch_function_t func) { in INTERCEPT_DISPATCH_X_F_3()
131 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) { in INTERCEPTOR()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_mac.cpp135 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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_mac.cc168 typedef void (*dispatch_function_t)(void *block); typedef
174 dispatch_function_t func;
214 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func, in alloc_asan_context()
228 dispatch_function_t func) { \
246 dispatch_function_t func) { in INTERCEPT_DISPATCH_X_F_3()
259 dispatch_function_t func) { in INTERCEPTOR()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_mac.cc166 typedef void (*dispatch_function_t)(void *block); typedef
172 dispatch_function_t func;
212 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func, in alloc_asan_context()
226 dispatch_function_t func) { \
244 dispatch_function_t func) { in INTERCEPT_DISPATCH_X_F_3()
257 dispatch_function_t func) { in INTERCEPTOR()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
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
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc38 dispatch_function_t orig_work;
90 dispatch_function_t orig_work) { in AllocContext()
197 dispatch_function_t work) { \
210 dispatch_function_t work) { \
250 dispatch_function_t work) { in TSAN_INTERCEPTOR()
293 void *context, dispatch_function_t function) { in TSAN_INTERCEPTOR()
348 dispatch_function_t work) { in TSAN_INTERCEPTOR()
386 dispatch_queue_t q, void *context, dispatch_function_t work) { in TSAN_INTERCEPTOR()
409 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
438 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
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc40 dispatch_function_t orig_work;
92 dispatch_function_t orig_work) { in AllocContext()
199 dispatch_function_t work) { \
212 dispatch_function_t work) { \
252 dispatch_function_t work) { in TSAN_INTERCEPTOR()
295 void *context, dispatch_function_t function) { in TSAN_INTERCEPTOR()
350 dispatch_function_t work) { in TSAN_INTERCEPTOR()
388 dispatch_queue_t q, void *context, dispatch_function_t work) { in TSAN_INTERCEPTOR()
411 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
440 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
[all …]