Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dthreading_control.cpp191 bool is_last_ref = --my_ref_count == 0; in remove_ref() local
192 if (is_last_ref) { in remove_ref()
197 return is_last_ref; in remove_ref()