Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/windows/
DProcessRunLock.cpp68 bool was_running = m_running; in TrySetRunning() local
71 return !was_running; in TrySetRunning()
/external/openscreen/platform/impl/
Dsocket_handle_waiter_posix.cc80 const bool was_running = is_running_.exchange(true); in RunUntilStopped() local
81 OSP_CHECK(!was_running); in RunUntilStopped()