Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtrace.tbb.cpp88 typedef oneapi::tbb::enumerable_thread_specific<int> thread_id_t; typedef
89 thread_id_t thread_ids(-1);
203 thread_id_t::reference thread_id = thread_ids.local(); in operator ()()