Home
last modified time | relevance | path

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 Dtsan_libdispatch_mac.cc390 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 Dtsan_libdispatch_mac.cc392 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 Dtsan_interceptors_libdispatch.cpp415 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