Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp34 static atomic_sint32_t ProfilerLogFlushStatus = { variable
216 atomic_store(&ProfilerLogFlushStatus, in profilingFlush()
222 s32 Previous = atomic_exchange(&ProfilerLogFlushStatus, in profilingFlush()
260 atomic_store(&ProfilerLogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED, in profilingFlush()