Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadList.cpp501 bool wants_solo_run = false; in WillResume() local
510 wants_solo_run = true; in WillResume()
515 if (wants_solo_run) in WillResume()
538 && (!wants_solo_run || (*pos)->GetCurrentPlan()->StopOthers())) in WillResume()