Searched defs:dispatch_source_set_event_handler (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 390 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() argument 404 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR() local 416 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 392 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() argument 406 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR() local 418 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 415 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() argument 429 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR() local 441 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() local
|