Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp223 XRayLogFlushStatus::XRAY_LOG_FLUSHING, in profilingFlush()
225 if (Previous == XRayLogFlushStatus::XRAY_LOG_FLUSHING) { in profilingFlush()
228 return XRayLogFlushStatus::XRAY_LOG_FLUSHING; in profilingFlush()
H A Dxray_fdr_logging.cpp284 if (atomic_exchange(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHING, in fdrLoggingFlush()
286 XRayLogFlushStatus::XRAY_LOG_FLUSHING) { in fdrLoggingFlush()
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_log_interface.h139 XRAY_LOG_FLUSHING = 1, enumerator