Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_blocked_rangeNd.cpp109 static bool is_empty(const range_t& range) { in is_empty() function
111 return range_utils<range_t, N - 1>::is_empty(range); in is_empty()
150 static bool is_empty(const range_t&) { return false; } in is_empty() function
176 REQUIRE((r.empty() == utils_t::is_empty(r) && r.empty())); in SerialTest()
181 REQUIRE((r.empty() == utils_t::is_empty(r) && !r.empty())); in SerialTest()
/oneTBB/src/tbb/
H A Dwaiters.h140 … auto wakeup_condition = [&] { return !my_arena.is_empty() || !my_wait_ctx.continue_execution(); }; in pause()
176 …auto wakeup_condition = [&] { return !my_arena.is_empty() || sp->m_is_owner_recalled.load(std::mem… in pause()
H A Darena.cpp305 __TBB_ASSERT( is_empty(), "Inconsistent state of a dying arena" ); in free_arena()
363 tasks_are_available = !my_slots[k].is_empty(); in has_tasks()
813 while (a->num_workers_active() || !a->is_empty()) { in wait()
H A Darena_slot.h172 bool is_empty() const { in is_empty() function
H A Darena.h363 bool is_empty() { return my_pool_state.test() == /* EMPTY */ false; } in is_empty() function