Searched refs:SetStopped (Results 1 - 7 of 7) sorted by relevance

/external/lldb/include/lldb/Host/
H A DProcessRunLock.h96 SetStopped () function in class:lldb_private::ProcessRunLock
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h472 static void SetStopped(bool stopped);
H A Dthread_watcher.cc454 base::Bind(&ThreadWatcherList::SetStopped, false));
730 SetStopped(true);
758 void ThreadWatcherList::SetStopped(bool stopped) { function in class:ThreadWatcherList
/external/chromium_org/net/socket/
H A Ddeterministic_socket_data_unittest.cc206 data_->SetStopped(true);
355 data_->SetStopped(true);
H A Dsocket_test_util.cc480 SetStopped(false);
503 SetStopped(false);
626 SetStopped(true);
H A Dsocket_test_util.h553 void SetStopped(bool val) { stopped_ = val; } function in class:net::DeterministicSocketData
/external/lldb/source/Target/
H A DProcess.cpp1161 m_public_run_lock.SetStopped();
1163 m_private_run_lock.SetStopped();
1647 m_public_run_lock.SetStopped();
1659 m_public_run_lock.SetStopped();
1708 m_private_run_lock.SetStopped();
3527 m_public_run_lock.SetStopped();
3585 m_public_run_lock.SetStopped();
4062 m_public_run_lock.SetStopped();

Completed in 150 milliseconds