HomeSort by: relevance | last modified time | path
    Searched refs:dispatch_once_f (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp 51 // dispatch_once and dispatch_once_f
163 "dispatch_once_f",
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 310 #undef dispatch_once_f macro
311 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate,
313 SCOPED_INTERCEPTOR_RAW(dispatch_once_f, predicate, context, function);
784 INTERCEPT_FUNCTION(dispatch_once_f);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 310 #undef dispatch_once_f macro
311 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate,
313 SCOPED_INTERCEPTOR_RAW(dispatch_once_f, predicate, context, function);
784 INTERCEPT_FUNCTION(dispatch_once_f);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 293 #undef dispatch_once_f macro
294 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate,
296 SCOPED_INTERCEPTOR_RAW(dispatch_once_f, predicate, context, function);
  /src/crypto/external/bsd/heimdal/dist/lib/base/
heimbase.c 446 dispatch_once_f(once, ctx, func);
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c     [all...]

Completed in 73 milliseconds