Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_group.cpp61 static atomic_t s_tasksExecuted; member in SharedGroupBodyImpl
70 ++s_tasksExecuted; in operator ()()
111 CHECK_MESSAGE( s_tasksExecuted == numSpawned, "Not all spawned tasks were executed" ); in Wait()
126 s_tasksExecuted = 0; in SharedGroupBodyImpl()
164 atomic_t SharedGroupBodyImpl<task_group_type>::s_tasksExecuted; member in SharedGroupBodyImpl<task_group_type>