Searched refs:dispatch_source_set_event_handler_f (Results 1 – 4 of 4) sorted by relevance
| /external/llvm-project/compiler-rt/test/tsan/libdispatch/ |
| D | source-event2.c | 30 dispatch_source_set_event_handler_f(source, &handler); in main()
|
| /external/compiler-rt/test/tsan/Darwin/ |
| D | gcd-source-event2.mm | 27 dispatch_source_set_event_handler_f(source, &handler);
|
| /external/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors_libdispatch.cpp | 433 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler_f, in TSAN_INTERCEPTOR() argument 435 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler_f, source, handler); in TSAN_INTERCEPTOR() 794 INTERCEPT_FUNCTION(dispatch_source_set_event_handler_f); in InitializeLibdispatchInterceptors()
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_libdispatch_mac.cc | 374 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler_f, in TSAN_INTERCEPTOR() argument 376 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler_f, source, handler); in TSAN_INTERCEPTOR()
|