Lines Matching refs:ctx
267 tbb::task_group_context ctx; in operator ()() local
268 tbb::detail::d1::wait(myWait, ctx); in operator ()()
775 …ls::FastRandom<>& rnd, const Body &body, Partitioner& p, tbb::task_group_context* ctx = nullptr ) { in RunTwoBodies() argument
777 if (ctx ) in RunTwoBodies()
778 tbb::parallel_for( 0, 2, body, p, *ctx ); in RunTwoBodies()
807 tbb::task_group_context ctx; in RunNextLevel() local
808 … RunTwoBodies( rnd, HeavyMixTestBody(myRandom, myIsolatedLevel, myNestedLevel + 1), p, &ctx ); in RunNextLevel()
967 tbb::task_group_context ctx; in operator ()() local
971 tbb::detail::d1::execute_and_wait(root, ctx, waiter, ctx); in operator ()()
994 tbb::task_group_context ctx; in TestEnqueue() local
1008 tbb::detail::d1::wait(waiter, ctx); in TestEnqueue()