Home
last modified time | relevance | path

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

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