Searched refs:LogFlushStatus (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp89 static atomic_sint32_t LogFlushStatus = { member in namespace:__xray
287 if (atomic_exchange(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHING,
326 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
343 atomic_store(&LogFlushStatus, Result, memory_order_release);
381 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,

Completed in 124 milliseconds