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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp89 static atomic_sint32_t LogFlushStatus = { member in namespace:__xray
288 if (!atomic_compare_exchange_strong(&LogFlushStatus, &Result,
327 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
344 atomic_store(&LogFlushStatus, Result, memory_order_release);
382 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,

Completed in 110 milliseconds