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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp58 typedef void (*dispatch_function_t)(void *block); typedef in namespace:__lsan
64 dispatch_function_t func;
98 dispatch_function_t func) {
109 // parameters: dispatch_queue_t, context, dispatch_function_t.
112 dispatch_function_t func) { \
123 void *ctxt, dispatch_function_t func) {
130 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h29 typedef void (*dispatch_function_t)(void *arg); typedef
H A Dtsan_interceptors_libdispatch.cpp28 dispatch_function_t orig_work;
79 dispatch_function_t orig_work) {
185 dispatch_function_t work) { \
198 dispatch_function_t work) { \
223 dispatch_queue_t queue, void *context, dispatch_function_t work)
241 dispatch_function_t work) {
284 void *context, dispatch_function_t function) {
342 dispatch_function_t work) {
354 dispatch_queue_t q, void *context, dispatch_function_t work)
383 dispatch_queue_t q, void *context, dispatch_function_t wor
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp167 typedef void (*dispatch_function_t)(void *block); typedef in namespace:__asan
173 dispatch_function_t func;
213 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func,
224 // parameters: dispatch_queue_t, context, dispatch_function_t.
227 dispatch_function_t func) { \
245 dispatch_function_t func) {
258 dispatch_function_t func) {

Completed in 58 milliseconds