Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp102 static tbb::enumerable_thread_specific<int> local_id, old_id, slot_id(-3); variable
105 local_id.clear(); in ResetTLS()
121 old_id.local() = local_id.local(); in on_scheduler_entry()
123 local_id.local() = myId; in on_scheduler_entry()
127 CHECK_MESSAGE(local_id.local() == myId, "nesting of arenas is broken"); in on_scheduler_exit()
130 local_id.local() = old_id.local(); in on_scheduler_exit()
161 CHECK_MESSAGE(local_id.local() != 0, "not in explicit arena"); in operator ()()
444 CHECK_MESSAGE( local_id.local() == 0, "TLS was not cleaned?" ); in operator ()()
445 local_id.local() = 1; in operator ()()
456 if ( local_id.local() == 1 ) { in operator ()()
[all …]