Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profiling.cpp409 auto InitStatus = BQ->init(profilingFlags()->per_thread_allocator_max, in profilingLoggingInit() local
412 if (InitStatus != BufferQueue::ErrorCode::Ok) { in profilingLoggingInit()
415 BufferQueue::getErrorString(InitStatus)); in profilingLoggingInit()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DThreading.h61 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enum