Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 27) sorted by relevance

12

/oneTBB/src/tbb/
H A Dmailbox.h171 bool empty() { in empty() function
225 bool empty() { in empty() function
H A Dintrusive_list.h121 bool empty () const { return my_head.my_next_node == &my_head; } in empty() function
H A Dtask_stream.h228 bool empty() { in empty() function
H A Dconcurrent_monitor.h51 inline bool empty() const { return size() == 0; } in empty() function
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_cache_impl.h33 bool empty() { in empty() function
261 bool empty() { in empty() function
320 bool empty() { in empty() function
H A D_node_handle.h62 __TBB_nodiscard bool empty() const { return my_node == nullptr; } in empty() function
H A D_flow_graph_impl.h214 bool empty() const { return !my_first; } in empty() function
H A D_flow_graph_node_impl.h29 bool empty() const { in empty() function
H A D_concurrent_skip_list.h627 __TBB_nodiscard bool empty() const { in empty() function
673 bool empty() const { in empty() function
H A D_concurrent_queue_base.h468 bool empty() const { in empty() function
H A D_concurrent_unordered_base.h405 __TBB_nodiscard bool empty() const noexcept { return size() == 0; } in empty() function
710 bool empty() const { return my_begin_node == my_end_node; } in empty() function
/oneTBB/test/conformance/
H A Dconformance_task_group.cpp96 bool empty = (h == nullptr); variable
111 bool empty = ! static_cast<bool>(h); variable
H A Dconformance_parallel_for.cpp73 bool empty() const {return size==0;} in empty() function in FooRange
/oneTBB/include/oneapi/tbb/
H A Dparallel_sort.h123 bool empty() const { return size == 0; } in empty() function
H A Dconcurrent_queue.h214 __TBB_nodiscard bool empty() const { in empty() function
525 __TBB_nodiscard bool empty() const { in empty() function
H A Dconcurrent_priority_queue.h165 __TBB_nodiscard bool empty() const { return size() == 0; } in empty() function
H A Dpartitioner.h207 bool empty() const { return my_size == 0; } in empty() function
H A Dconcurrent_vector.h483 bool empty() const noexcept { in empty() function
H A Dconcurrent_hash_map.h509 bool empty() const { return my_begin == my_end; } in empty() function
/oneTBB/examples/parallel_reduce/primes/
H A Dprimes.cpp200 bool empty() const { in empty() function in SieveRange
/oneTBB/src/tbbmalloc/
H A Dbackend.h156 bool empty() const { return !head.load(std::memory_order_relaxed); } in empty() function
/oneTBB/test/tbb/
H A Dtest_partitioner.h133 bool empty() const { return my_end == my_begin; } in empty() function
475 bool empty() const { in empty() function
H A Dtest_parallel_reduce.cpp460 bool empty() const {return begin==end;} in empty() function in MinimalRange
/oneTBB/test/common/
H A Dconcepts_common.h109 bool empty() const requires (EnableEmpty == State::correct) { return true; } in empty() function
110 bool empty() requires (EnableEmpty == State::incorrect_constness) { return true; } in empty() function
111 Dummy empty() const requires (EnableEmpty == State::incorrect_return_type) { return Dummy{}; } in empty() function
/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpolyover.cpp258 bool empty() const { in empty() function in blocked_range_with_maps

12