Home
last modified time | relevance | path

Searched defs:stop_vote (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Target/
DThreadPlanStepInstruction.cpp26 Vote stop_vote, in ThreadPlanStepInstruction()
DThreadPlan.cpp23 Vote stop_vote, Vote run_vote) in ThreadPlan()
DThreadPlanStepOut.cpp36 Vote stop_vote, Vote run_vote, uint32_t frame_idx, in ThreadPlanStepOut()
DThread.cpp1324 bool stop_other_threads, Vote stop_vote, Vote run_vote, uint32_t frame_idx, in QueueThreadPlanForStepOut()
1336 bool stop_other_threads, Vote stop_vote, Vote run_vote, uint32_t frame_idx, in QueueThreadPlanForStepOutNoShouldStop()
DProcess.cpp3546 Vote stop_vote = m_thread_list.ShouldReportStop(event_ptr); in ShouldBroadcastEvent() local