Searched refs:s_tasksExecuted (Results 1 – 1 of 1) sorted by relevance
61 static atomic_t s_tasksExecuted; member in SharedGroupBodyImpl70 ++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>