Home
last modified time | relevance | path

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

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