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

  /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)
  /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/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...]

Completed in 153 milliseconds