Searched refs:dispatch_once_f (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/test/tsan/libdispatch/ |
H A D | once.c | 30 dispatch_once_f(&once_token2, NULL, f); in Thread()
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | os_version_check.c | 255 dispatch_once_f(&CompatibilityDispatchOnceCounter, NULL, in __isOSVersionAtLeast() 278 dispatch_once_f(&DispatchOnceCounter, NULL, initializeAvailabilityCheck); in __isPlatformVersionAtLeast() 293 dispatch_once_f(&DispatchOnceCounter, NULL, initializeAvailabilityCheck);
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 310 #undef dispatch_once_f 311 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate, in TSAN_INTERCEPTOR() argument 313 SCOPED_INTERCEPTOR_RAW(dispatch_once_f, predicate, context, function); in TSAN_INTERCEPTOR() 784 INTERCEPT_FUNCTION(dispatch_once_f); in InitializeLibdispatchInterceptors()
|