Home
last modified time | relevance | path

Searched defs:ref_count (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for_each/parallel_preorder/
H A DGraph.hpp58 std::atomic<int> ref_count; member in Cell
/oneTBB/include/oneapi/tbb/detail/
H A D_task.h134 …wait_context(std::uint32_t ref_count) : m_ref_count{ref_count} { suppress_unused_warning(m_version… in wait_context()