Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/Darwin/
Dgcd-once.mm30 dispatch_once_f(&once_token2, NULL, f);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc257 #undef dispatch_once_f
258 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate, in TSAN_INTERCEPTOR() argument
260 SCOPED_INTERCEPTOR_RAW(dispatch_once_f, predicate, context, function); in TSAN_INTERCEPTOR()