OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitStatus
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Threading.h
93
enum
InitStatus
{ Uninitialized = 0, Wait = 1, Done = 2 };
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc
410
auto
InitStatus
= BQ->init(profilingFlags()->per_thread_allocator_max,
413
if (
InitStatus
!= BufferQueue::ErrorCode::Ok) {
416
BufferQueue::getErrorString(
InitStatus
));
Completed in 85 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026