Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 7 of 7) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A Dalways_use_wait_for_all.rst27 // program will fail when f and g are destroyed at the
32 In the function above, the graph g and its node f are destroyed at the
H A DMutual_Exclusion.rst57 Be sure to name the lock object, otherwise it will be destroyed too
65 then the ``scoped_lock`` is destroyed when execution reaches the
H A Duse_nested_flow_graphs.rst115 h.wait_for_all(); // optional since h is not destroyed
129 invocation since the graph was destroyed at the end of the scope. So it
H A Dconcurrent_hash_map.rst104 ``accessor`` or ``const_accessor`` is destroyed. Because having access
H A DWorking_on_the_Assembly_Line_pipeline.rst139 until another token is destroyed at the output filter.
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmemory_pool_cls.rst26 must be destroyed before the outer pool is destroyed or recycled.
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp870 bool destroyed = pool_destroy(pool); in TestPoolMSize() local
871 REQUIRE(destroyed); in TestPoolMSize()