reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/xray/xray_basic_logging.cpp
  458   return XRayLogFlushStatus::XRAY_LOG_FLUSHED;
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  327     atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
  329     return XRayLogFlushStatus::XRAY_LOG_FLUSHED;
  382   atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
  384   return XRayLogFlushStatus::XRAY_LOG_FLUSHED;
projects/compiler-rt/lib/xray/xray_log_interface.cpp
  208   return XRayLogFlushStatus::XRAY_LOG_FLUSHED;
projects/compiler-rt/lib/xray/xray_profiling.cpp
  263   atomic_store(&ProfilerLogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
  268   return XRayLogFlushStatus::XRAY_LOG_FLUSHED;
  465               profilingFlush() != XRAY_LOG_FLUSHED)