Home
last modified time | relevance | path

Searched defs:is_empty (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_blocked_rangeNd.cpp109 static bool is_empty(const range_t& range) { in is_empty() function
150 static bool is_empty(const range_t&) { return false; } in is_empty() function
/oneTBB/src/tbb/
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