Home
last modified time | relevance | path

Searched refs:ShouldResume (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadList.cpp589 if (!thread_sp->ShouldResume(run_state)) in WillResume()
609 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
612 thread_sp->ShouldResume(eStateSuspended); in WillResume()
HDThread.cpp633 bool Thread::ShouldResume(StateType resume_state) { in ShouldResume() function in Thread
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThread.h205 bool ShouldResume(lldb::StateType resume_state);