/external/libchrome/base/process/ |
D | process.h | 112 bool IsRunning() const { in IsRunning() function
|
/external/llvm-project/lldb/source/Host/common/ |
D | HostProcess.cpp | 33 bool HostProcess::IsRunning() const { return m_native_process->IsRunning(); } in IsRunning() function in HostProcess
|
/external/tensorflow/tensorflow/cc/training/ |
D | queue_runner.h | 106 bool IsRunning() const override { return !stopped_; } in IsRunning() function
|
D | coordinator_test.cc | 94 bool IsRunning() const override { return !stopped_; }; in IsRunning() function in tensorflow::__anone2ff59d30111::MockQueueRunner
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.h | 143 bool IsRunning(lldb::StateType state) { in IsRunning() function
|
D | CommunicationKDP.h | 95 bool IsRunning() const { return m_is_running.GetValue(); } in IsRunning() function
|
/external/llvm-project/lldb/source/Host/posix/ |
D | HostProcessPosix.cpp | 81 bool HostProcessPosix::IsRunning() const { in IsRunning() function in HostProcessPosix
|
/external/llvm-project/lldb/source/Host/windows/ |
D | HostProcessWindows.cpp | 73 bool HostProcessWindows::IsRunning() const { in IsRunning() function in HostProcessWindows
|
/external/webrtc/rtc_base/ |
D | platform_thread.cc | 91 bool PlatformThread::IsRunning() const { in IsRunning() function in rtc::PlatformThread
|
D | thread.cc | 1104 bool Thread::IsRunning() { in PreRun() function in rtc::Thread
|
/external/libchrome/base/timer/ |
D | timer.cc | 108 bool Timer::IsRunning() const { in IsRunning() function in base::Timer
|
D | timer_unittest.cc | 74 bool IsRunning() { return timer_->IsRunning(); } in IsRunning() function in base::__anon3c9bce4a0111::OneShotTimerTesterBase
|
/external/libchrome/base/threading/ |
D | thread.cc | 233 bool Thread::IsRunning() const { in IsRunning() function in base::Thread
|
D | platform_thread_unittest.cc | 138 bool IsRunning() const { in IsRunning() function in base::__anon41ead9ba0211::FunctionTestThread
|
/external/llvm-project/lldb/include/lldb/Host/common/ |
D | NativeProcessProtocol.h | 168 bool IsRunning() const { in IsRunning() function
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.h | 299 bool IsRunning(lldb::StateType state) { in IsRunning() function
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 289 bool IsRunning(nub_state_t state) { in IsRunning() function
|
/external/libchrome/base/debug/ |
D | activity_tracker_unittest.cc | 276 bool IsRunning() { return is_running_.load(std::memory_order_relaxed); } in IsRunning() function in base::debug::__anon91480e470211::SimpleLockThread
|
/external/llvm-project/lldb/source/Target/ |
D | Process.cpp | 1148 bool Process::IsRunning() const { in IsRunning() function in Process
|