Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp288 #undef dispatch_once
289 TSAN_INTERCEPTOR(void, dispatch_once, dispatch_once_t *predicate, in TSAN_INTERCEPTOR() argument
291 SCOPED_INTERCEPTOR_RAW(dispatch_once, predicate, block); in TSAN_INTERCEPTOR()
315 WRAP(dispatch_once)(predicate, ^(void) { in TSAN_INTERCEPTOR()
783 INTERCEPT_FUNCTION(dispatch_once); in InitializeLibdispatchInterceptors()
/freebsd/crypto/heimdal/lib/ipc/
H A Dserver.c83 dispatch_once(&once, ^{ in init_globals()
1148 dispatch_once(&timeoutonce, ^{ dispatch_resume(timer); }); in heim_sipc_timeout()
H A Dclient.c65 dispatch_once(&jobqinited, ^{ in mach_init()