Home
last modified time | relevance | path

Searched refs:run_state (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp253 if (m_basic_info.run_state == 0) in IsUserReady()
256 switch (m_basic_info.run_state) in IsUserReady()
353 switch (m_basic_info.run_state) in Dump()
373 m_basic_info.run_state, in Dump()
/external/lldb/source/Target/
DThreadList.cpp588 StateType run_state; in WillResume() local
590 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
592 run_state = eStateSuspended; in WillResume()
593 if (!thread_sp->ShouldResume(run_state)) in WillResume()
/external/lldb/tools/darwin-threads/
Dexamine-threads.c414 switch (basic_info->run_state) { in main()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-sched.c846 char run_state, in add_sched_out_event() argument
857 if (run_state == 'R') { in add_sched_out_event()