OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_state
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/v8/src/
v8threads.cc
149
ASSERT(per_thread->
thread_state
() == lazily_archived_thread_state_);
168
if (per_thread == NULL || per_thread->
thread_state
() == NULL) {
173
ThreadState* state = per_thread->
thread_state
();
366
return data != NULL && data->
thread_state
() != NULL;
isolate.h
396
ThreadState*
thread_state
() const { return thread_state_; }
function in class:v8::internal::Isolate::PerIsolateThreadData
[
all
...]
/external/v8/src/
v8threads.cc
165
ASSERT(per_thread->
thread_state
() == lazily_archived_thread_state_);
184
if (per_thread == NULL || per_thread->
thread_state
() == NULL) {
189
ThreadState* state = per_thread->
thread_state
();
367
return data != NULL && data->
thread_state
() != NULL;
isolate.h
385
ThreadState*
thread_state
() const { return thread_state_; }
function in class:v8::internal::Isolate::PerIsolateThreadData
[
all
...]
/frameworks/base/core/jni/
android_util_Binder.cpp
262
IPCThreadState*
thread_state
= IPCThreadState::self();
local
263
const int strict_policy_before =
thread_state
->getStrictModePolicy();
264
thread_state
->setLastTransactionBinderFlags(flags);
287
const int strict_policy_after =
thread_state
->getStrictModePolicy();
290
thread_state
->setStrictModePolicy(strict_policy_before);
[
all
...]
/art/runtime/
Android.mk
249
thread_state
.h \
/external/linux-tools-perf/
builtin-sched.c
129
enum
thread_state
{
enum
138
enum
thread_state
state;
[
all
...]
Completed in 52 milliseconds