Searched refs:destroyed (Results 1 – 7 of 7) sorted by relevance
27 // program will fail when f and g are destroyed at the32 In the function above, the graph g and its node f are destroyed at the
57 Be sure to name the lock object, otherwise it will be destroyed too65 then the ``scoped_lock`` is destroyed when execution reaches the
115 h.wait_for_all(); // optional since h is not destroyed129 invocation since the graph was destroyed at the end of the scope. So it
104 ``accessor`` or ``const_accessor`` is destroyed. Because having access
139 until another token is destroyed at the output filter.
26 must be destroyed before the outer pool is destroyed or recycled.
870 bool destroyed = pool_destroy(pool); in TestPoolMSize() local871 REQUIRE(destroyed); in TestPoolMSize()