Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dos_version_check.c208 dispatch_once_f(&DispatchOnceCounter, NULL, parseSystemVersionPList); in __isOSVersionAtLeast()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc293 #undef dispatch_once_f
294 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate, in TSAN_INTERCEPTOR() argument
296 SCOPED_INTERCEPTOR_RAW(dispatch_once_f, predicate, context, function); in TSAN_INTERCEPTOR()
/freebsd-12.1/crypto/heimdal/base/
H A Dheimbase.c323 dispatch_once_f(once, ctx, func); in heim_base_once_f()