Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_profiling.cc35 static atomic_sint32_t ProfilerLogFlushStatus = { variable
220 atomic_store(&ProfilerLogFlushStatus, in profilingFlush()
226 s32 Previous = atomic_exchange(&ProfilerLogFlushStatus, in profilingFlush()
264 atomic_store(&ProfilerLogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED, in profilingFlush()