Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DThreading.h61 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; global() enum
/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp406 auto InitStatus = BQ->init(profilingFlags()->per_thread_allocator_max, in profilingLoggingInit() local