Searched refs:dispatch_once_f (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp51 // dispatch_once and dispatch_once_f
163 "dispatch_once_f",
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c206 dispatch_once_f(&DispatchOnceCounter, NULL, parseSystemVersionPList);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp282 #undef dispatch_once_f macro
283 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate,
285 SCOPED_INTERCEPTOR_RAW(dispatch_once_f, predicate, context, function);
752 INTERCEPT_FUNCTION(dispatch_once_f);
/freebsd-11-stable/crypto/heimdal/base/
H A Dheimbase.c323 dispatch_once_f(once, ctx, func);

Completed in 79 milliseconds