HomeSort by: relevance | last modified time | path
    Searched refs:XRAY_LOG_FLUSHED (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_log_interface.h 73 /// if (flush_status != XRayLogFlushStatus::XRAY_LOG_FLUSHED) {
85 /// if (process_status != XRayLogFlushStatus::XRAY_LOG_FLUSHED) {
141 XRAY_LOG_FLUSHED = 2,
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc 264 atomic_store(&ProfilerLogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
269 return XRayLogFlushStatus::XRAY_LOG_FLUSHED;
466 profilingFlush() != XRAY_LOG_FLUSHED)
xray_fdr_logging.cc 328 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
330 return XRayLogFlushStatus::XRAY_LOG_FLUSHED;
383 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
385 return XRayLogFlushStatus::XRAY_LOG_FLUSHED;
xray_log_interface.cc 209 return XRayLogFlushStatus::XRAY_LOG_FLUSHED;
xray_basic_logging.cc 459 return XRayLogFlushStatus::XRAY_LOG_FLUSHED;

Completed in 15 milliseconds