Searched defs:thread_state (Results 1 - 5 of 5) sorted by relevance

/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/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp909 StateType thread_state = thread->GetState(); local
910 if (thread_state == eStateRunning || thread_state == eStateStepping)
/external/chromium_org/sandbox/linux/seccomp-bpf/
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/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 189 milliseconds