Searched defs:IsRunning (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/fl/server/ | ||
D | iteration_timer.cc | 57 bool IterationTimer::IsRunning() const { return running_; } in IsRunning() function in mindspore::fl::server::IterationTimer |
/third_party/cef/libcef_dll/ctocpp/ | ||
D | thread_ctocpp.cc | 92 NO_SANITIZE("cfi-icall") bool CefThreadCToCpp::IsRunning() { in IsRunning() function in CefThreadCToCpp |
D | server_ctocpp.cc | 78 NO_SANITIZE("cfi-icall") bool CefServerCToCpp::IsRunning() { in IsRunning() function in CefServerCToCpp |
/third_party/cef/libcef/common/ | ||
D | thread_impl.cc | 138 bool CefThreadImpl::IsRunning() { in IsRunning() function in CefThreadImpl |
/third_party/cef/tests/cefclient/renderer/ | ||
D | performance_test_setup.h | 40 bool IsRunning() { return running_; } in IsRunning() function |
/third_party/cef/libcef/browser/ | ||
D | server_impl.cc | 196 bool CefServerImpl::IsRunning() { in IsRunning() function in CefServerImpl |