Home
last modified time | relevance | path

Searched refs:dispatch_source_set_event_handler (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_mac.cpp145 void dispatch_source_set_event_handler(dispatch_source_t ds,
184 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
187 REAL(dispatch_source_set_event_handler)(ds, lsan_block);
/external/compiler-rt/lib/asan/
Dasan_mac.cc244 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
288 INTERCEPTOR(void, dispatch_source_set_event_handler,
292 REAL(dispatch_source_set_event_handler)(ds, asan_block);
/external/llvm-project/compiler-rt/lib/asan/
Dasan_mac.cpp247 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
291 INTERCEPTOR(void, dispatch_source_set_event_handler,
295 REAL(dispatch_source_set_event_handler)(ds, asan_block);
/external/llvm-project/compiler-rt/test/tsan/libdispatch/
Dsource-event.c23 dispatch_source_set_event_handler(source, ^{ in main()
Dsource-serial.c19 dispatch_source_set_event_handler(timer, ^{ in main()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_libdispatch.cpp415 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() argument
417 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler); in TSAN_INTERCEPTOR()
419 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR()
429 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR() local
437 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR()
441 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() local
793 INTERCEPT_FUNCTION(dispatch_source_set_event_handler); in InitializeLibdispatchInterceptors()
/external/compiler-rt/test/tsan/Darwin/
Dgcd-source-event.mm19 dispatch_source_set_event_handler(source, ^{
Dgcd-source-serial.mm16 dispatch_source_set_event_handler(timer, ^{
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_mac_test_helpers.mm173 dispatch_source_set_event_handler(timer, ^{
191 // dispatch_source_set_event_handler() use dispatch_barrier_async_f().
194 dispatch_source_set_event_handler(timer, ^{
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test_helpers.mm173 dispatch_source_set_event_handler(timer, ^{
191 // dispatch_source_set_event_handler() use dispatch_barrier_async_f().
194 dispatch_source_set_event_handler(timer, ^{
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc356 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() argument
358 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler); in TSAN_INTERCEPTOR()
360 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR()
370 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR() local
378 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR()
382 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() local
/external/webrtc/sdk/objc/components/capturer/
DRTCFileVideoCapturer.m173 dispatch_source_set_event_handler(timer, ^{
/external/mdnsresponder/Clients/
Ddns-sd.c841 dispatch_source_set_event_handler(timer_source, ^{myTimerCallBack();}); in HandleEvents()
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c1990 dispatch_source_set_event_handler(service->disp_source, ^{DNSServiceProcessResult(service);}); in DNSServiceSetDispatchQueue()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm1408 ::dispatch_source_set_event_handler(source, ^{