Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp422 static pthread_once_t OnceProbe = PTHREAD_ONCE_INIT; in getTimestamp() local
425 &OnceProbe, +[] { TSCSupported = probeRequiredCPUFeatures(); }); in getTimestamp()