Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_profiling.cc410 auto InitStatus = BQ->init(profilingFlags()->per_thread_allocator_max, in profilingLoggingInit() local
413 if (InitStatus != BufferQueue::ErrorCode::Ok) { in profilingLoggingInit()
416 BufferQueue::getErrorString(InitStatus)); in profilingLoggingInit()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DThreading.h74 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enum
/freebsd-12.1/sys/dev/mpr/mpi/
H A Dmpi2_history.txt364 * Added InitStatus to PCIe IO Unit Page 1 header.
H A Dmpi2_cnfg.h3505 U8 InitStatus; /* 0x0D */ member