Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_task_group.cpp200 unsigned previous_count = count.fetch_sub(1); in operator ()() local
201 if (previous_count > 1) in operator ()()
/oneTBB/test/tbb/
H A Dtest_task_group.cpp1027 unsigned previous_count = count.fetch_sub(1); in operator ()() local
1028 if (previous_count > 1) in operator ()()