Home
last modified time | relevance | path

Searched refs:dispatch_once_f (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/test/tsan/libdispatch/
H A Donce.c30 dispatch_once_f(&once_token2, NULL, f); in Thread()
/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c255 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 Dtsan_interceptors_libdispatch.cpp310 #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()