OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:per_thread
(Results
1 - 5
of
5
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
SimpleThreadPool.h
145
EIGEN_THREAD_LOCAL PerThread
per_thread
;
local
146
return &
per_thread
;
/external/v8/src/
execution.cc
443
Isolate::PerIsolateThreadData*
per_thread
=
local
445
per_thread
->set_stack_limit(thread_local_.real_climit_);
485
Isolate::PerIsolateThreadData*
per_thread
=
local
487
uintptr_t stored_limit =
per_thread
->stack_limit();
v8threads.cc
110
Isolate::PerIsolateThreadData*
per_thread
=
local
112
DCHECK_NOT_NULL(
per_thread
);
113
DCHECK(
per_thread
->thread_state() == lazily_archived_thread_state_);
117
per_thread
->set_thread_state(nullptr);
130
Isolate::PerIsolateThreadData*
per_thread
=
local
132
if (
per_thread
== nullptr ||
per_thread
->thread_state() == nullptr) {
137
ThreadState* state =
per_thread
->thread_state();
146
per_thread
->set_thread_state(nullptr);
275
Isolate::PerIsolateThreadData*
per_thread
local
[
all
...]
isolate.cc
181
PerIsolateThreadData*
per_thread
= nullptr;
local
184
per_thread
= thread_data_table_.Lookup(thread_id);
185
if (
per_thread
== nullptr) {
186
per_thread
= new PerIsolateThreadData(this, thread_id);
187
thread_data_table_.Insert(
per_thread
);
189
DCHECK(thread_data_table_.Lookup(thread_id) ==
per_thread
);
191
return
per_thread
;
201
PerIsolateThreadData*
per_thread
= thread_data_table_.Lookup(thread_id);
local
202
if (
per_thread
) {
203
DCHECK(!
per_thread
->thread_state_)
218
PerIsolateThreadData*
per_thread
= nullptr;
local
[
all
...]
/external/mesa3d/src/intel/compiler/
brw_compiler.h
753
struct brw_push_const_block
per_thread
;
member in struct:brw_cs_prog_data::__anon34187
[
all
...]
Completed in 453 milliseconds