Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_fdr_logging.cpp423 static pthread_once_t OnceProbe = PTHREAD_ONCE_INIT; in getTimestamp() local
426 &OnceProbe, +[] { TSCSupported = probeRequiredCPUFeatures(); }); in getTimestamp()