Home
last modified time | relevance | path

Searched defs:per_thread (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dv8threads.cc110 Isolate::PerIsolateThreadData* per_thread = in RestoreThread() local
130 Isolate::PerIsolateThreadData* per_thread = in RestoreThread() local
275 Isolate::PerIsolateThreadData* per_thread = in ArchiveThread() local
Dexecution.cc443 Isolate::PerIsolateThreadData* per_thread = in FreeThreadResources() local
485 Isolate::PerIsolateThreadData* per_thread = in InitThread() local
Disolate.cc181 PerIsolateThreadData* per_thread = nullptr; in FindOrAllocatePerThreadDataForThisThread() local
201 PerIsolateThreadData* per_thread = thread_data_table_.Lookup(thread_id); in DiscardPerThreadDataForThisThread() local
218 PerIsolateThreadData* per_thread = nullptr; in FindPerThreadDataForThread() local
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DSimpleThreadPool.h145 EIGEN_THREAD_LOCAL PerThread per_thread; in GetPerThread() local
/external/perf_data_converter/src/
Dperf_data_converter_test.cc263 for (const auto& per_thread : pps) { in TEST_F() local
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h753 struct brw_push_const_block per_thread; member