Searched defs:per_thread (Results 1 - 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DSimpleThreadPool.h145 EIGEN_THREAD_LOCAL PerThread per_thread; local
146 return &per_thread;
/external/v8/src/
H A Dv8threads.cc105 Isolate::PerIsolateThreadData* per_thread = local
107 DCHECK(per_thread != NULL);
108 DCHECK(per_thread->thread_state() == lazily_archived_thread_state_);
112 per_thread->set_thread_state(NULL);
125 Isolate::PerIsolateThreadData* per_thread = local
127 if (per_thread == NULL || per_thread->thread_state() == NULL) {
132 ThreadState* state = per_thread->thread_state();
141 per_thread->set_thread_state(NULL);
274 Isolate::PerIsolateThreadData* per_thread local
[all...]
H A Dexecution.cc401 Isolate::PerIsolateThreadData* per_thread = local
403 per_thread->set_stack_limit(thread_local_.real_climit_);
443 Isolate::PerIsolateThreadData* per_thread = local
445 uintptr_t stored_limit = per_thread->stack_limit();
H A Disolate.cc136 PerIsolateThreadData* per_thread = NULL; local
139 per_thread = thread_data_table_->Lookup(this, thread_id);
140 if (per_thread == NULL) {
141 per_thread = new PerIsolateThreadData(this, thread_id);
142 thread_data_table_->Insert(per_thread);
144 DCHECK(thread_data_table_->Lookup(this, thread_id) == per_thread);
146 return per_thread;
156 PerIsolateThreadData* per_thread = local
158 if (per_thread) {
159 DCHECK(!per_thread
174 PerIsolateThreadData* per_thread = NULL; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_compiler.h462 struct brw_push_const_block per_thread; member in struct:brw_cs_prog_data::__anon17061

Completed in 253 milliseconds