Searched refs:thread_state (Results 1 - 10 of 10) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DUnwindRegistersSave.S17 # extern int unw_getcontext(unw_context_t* thread_state)
22 # + thread_state pointer +
58 # extern int unw_getcontext(unw_context_t* thread_state)
61 # thread_state pointer is in rdi
93 ; extern int unw_getcontext(unw_context_t* thread_state)
96 ; thread_state pointer is in r3
236 ; extern int unw_getcontext(unw_context_t* thread_state)
239 ; thread_state pointer is in x0
286 @ extern int unw_getcontext(unw_context_t* thread_state)
289 @ thread_state pointe
[all...]
H A DUnwindRegistersRestore.S22 # + thread_state pointer +
61 # On entry, thread_state pointer is in rdi
103 ; thread_state pointer is in r3
267 ; thread_state pointer is in x0
317 @ thread_state pointer is in r0
/external/chromium_org/v8/src/
H A Dv8threads.cc113 DCHECK(per_thread->thread_state() == lazily_archived_thread_state_);
132 if (per_thread == NULL || per_thread->thread_state() == NULL) {
137 ThreadState* state = per_thread->thread_state();
325 return data != NULL && data->thread_state() != NULL;
H A Disolate.h425 FIELD_ACCESSOR(ThreadState*, thread_state)
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc136 ThreadState* thread_state = &thread_map_[ThreadWrapper::GetThreadId()]; local
137 std::stack<State>* stack = &thread_state->stack;
139 new_state.MergePrevious(thread_state->global_state);
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.h169 bool StartSandbox(SandboxThreadState thread_state) WARN_UNUSED_RESULT;
H A Dsandbox_bpf.cc510 bool SandboxBPF::StartSandbox(SandboxThreadState thread_state) { argument
511 CHECK(thread_state == PROCESS_SINGLE_THREADED ||
512 thread_state == PROCESS_MULTI_THREADED);
536 if (thread_state == PROCESS_SINGLE_THREADED) {
541 } else if (thread_state == PROCESS_MULTI_THREADED) {
566 InstallFilter(supports_tsync || thread_state == PROCESS_MULTI_THREADED);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp909 StateType thread_state = thread->GetState(); local
910 if (thread_state == eStateRunning || thread_state == eStateStepping)
/external/lldb/source/Target/
H A DThread.cpp911 StateType thread_state = GetResumeState (); local
916 if (thread_state == eStateSuspended || thread_state == eStateInvalid)
970 StateType thread_state = GetResumeState (); local
972 if (thread_state == eStateSuspended
973 || thread_state == eStateInvalid)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c71 enum thread_state { enum
80 enum thread_state state;

Completed in 197 milliseconds