HomeSort by relevance Sort by last modified time
    Searched full:thread_state (Results 1 - 21 of 21) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersSave.S 17 # 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 pointer is in r
    [all...]
UnwindRegistersRestore.S 22 # + 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/libcxxabi/src/Unwind/
UnwindRegistersSave.S 17 # 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 pointer is in r
    [all...]
UnwindRegistersRestore.S 22 # + 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/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 136 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/v8/src/
v8threads.cc 113 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;
isolate.h 425 FIELD_ACCESSOR(ThreadState*, thread_state)
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 510 bool SandboxBPF::StartSandbox(SandboxThreadState thread_state) {
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);
    [all...]
sandbox_bpf.h 169 bool StartSandbox(SandboxThreadState thread_state) WARN_UNUSED_RESULT;
  /external/lldb/source/Target/
Thread.cpp 911 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)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 613 } THREAD_STATE;
644 THREAD_STATE State;
    [all...]
  /art/runtime/
monitor.h 33 #include "thread_state.h"
Android.mk 316 thread_state.h \
debugger.h 36 #include "thread_state.h"
thread.h 43 #include "thread_state.h"
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 909 StateType thread_state = thread->GetState(); local
910 if (thread_state == eStateRunning || thread_state == eStateStepping)
  /frameworks/base/core/jni/
android_util_Binder.cpp 266 IPCThreadState* thread_state = IPCThreadState::self(); local
267 const int32_t strict_policy_before = thread_state->getStrictModePolicy();
290 if (thread_state->getStrictModePolicy() != strict_policy_before) {
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 71 enum thread_state { enum
80 enum thread_state state;
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 

Completed in 367 milliseconds