Lines Matching refs:enumerable_thread_specific

102 static tbb::enumerable_thread_specific<int> local_id, old_id, slot_id(-3);
706 tbb::enumerable_thread_specific<int> &myEts;
709 …ParForBody( bool outer_isolation, tbb::enumerable_thread_specific<int> &ets, std::atomic<bool> &is… in ParForBody()
729 tbb::enumerable_thread_specific<int> ets( 0 ); in operator ()()
770 tbb::enumerable_thread_specific<utils::FastRandom<>>& myRandom;
771 tbb::enumerable_thread_specific<int>& myIsolatedLevel;
822 HeavyMixTestBody( tbb::enumerable_thread_specific<utils::FastRandom<>>& random, in HeavyMixTestBody()
823 tbb::enumerable_thread_specific<int>& isolated_level, int nested_level ) in HeavyMixTestBody()
854 tbb::enumerable_thread_specific<utils::FastRandom<>> random( init_random ); in HeavyMixTest()
855 tbb::enumerable_thread_specific<int> isolated_level( 0 ); in HeavyMixTest()
878 tbb::enumerable_thread_specific<int>& myEts;
880 ExceptionTestBody( tbb::enumerable_thread_specific<int>& ets, std::atomic<bool>& is_stolen ) in ExceptionTestBody()
903 tbb::enumerable_thread_specific<int> ets; in ExceptionTest()
932 tbb::enumerable_thread_specific<bool>& executed;
940 …TestEnqueueTask(tbb::enumerable_thread_specific<bool>& exe, std::atomic<int>& c, wait_context& w, … in TestEnqueueTask()
958 tbb::enumerable_thread_specific<bool>& executed;
964 …TestEnqueueIsolateBody(tbb::enumerable_thread_specific<bool>& exe, std::atomic<int>& c, tbb::task_… in TestEnqueueIsolateBody()
976 tbb::enumerable_thread_specific<bool> executed(false); in TestEnqueue()
1340 tbb::enumerable_thread_specific<tbb::task_arena*>& my_tls;
1347 tbb::enumerable_thread_specific<tbb::task_arena*>& tls, in MyObserver()
1408 tbb::enumerable_thread_specific<tbb::task_arena*> tls; in TestArenaWorkersMigrationWithNumThreads()
1751 …enqueue_test_helper(tbb::task_arena& arena, tbb::enumerable_thread_specific<bool>& ets , std::atom… in enqueue_test_helper()
1765 tbb::enumerable_thread_specific<bool>& my_ets;
1815 tbb::enumerable_thread_specific<int> ets;
1947 tbb::enumerable_thread_specific<bool> ets;