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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 172 bool StartSandbox(SandboxThreadState thread_state) WARN_UNUSED_RESULT;
224 void InstallFilter(SandboxThreadState thread_state);
sandbox_bpf.cc 438 bool SandboxBPF::StartSandbox(SandboxThreadState thread_state) {
439 CHECK(thread_state == PROCESS_SINGLE_THREADED ||
440 thread_state == PROCESS_MULTI_THREADED);
461 if (thread_state == PROCESS_SINGLE_THREADED && !IsSingleThreaded(proc_fd_)) {
478 InstallFilter(thread_state);
503 void SandboxBPF::InstallFilter(SandboxThreadState thread_state) {
543 if (thread_state == PROCESS_MULTI_THREADED) {
    [all...]
  /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
  /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/chromium_org/v8/src/
v8threads.cc 113 ASSERT(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();
322 return data != NULL && data->thread_state() != NULL;
isolate.h 402 FIELD_ACCESSOR(ThreadState*, thread_state)
    [all...]
  /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/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 909 StateType thread_state = thread->GetState(); local
910 if (thread_state == eStateRunning || thread_state == eStateStepping)
  /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...]
  /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...]
  /art/runtime/
Android.mk 315 thread_state.h \
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 71 enum thread_state { enum
80 enum thread_state state;
    [all...]

Completed in 8415 milliseconds