Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_task_arena.cpp32 …GE((tbb::this_task_arena::current_thread_index() == tbb::task_arena::not_initialized), "TBB was in…
/oneTBB/include/oneapi/tbb/
H A Dtask_arena.h198 static const int not_initialized = -2; variable
452 return idx == slot_id(-1) ? task_arena_base::not_initialized : int(idx); in current_thread_index()
H A Dpartitioner.h355 if (current_index == tbb::task_arena::not_initialized) in get_initial_partition_head()
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp600 if ( tbb::this_task_arena::current_thread_index() != tbb::task_arena::not_initialized ) { in ValidateAttachedArena()
1814 …GE((tbb::this_task_arena::current_thread_index() == tbb::task_arena::not_initialized), "TBB was in…