Searched refs:check_timeout (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/fl/server/ |
D | round.h | 36 explicit Round(const std::string &name, bool check_timeout = true, size_t time_window = 3000, 61 bool check_timeout() const;
|
D | round.cc | 28 Round::Round(const std::string &name, bool check_timeout, size_t time_window, bool check_count, siz… in Round() argument 31 check_timeout_(check_timeout), in Round() 183 bool Round::check_timeout() const { return check_timeout_; } in check_timeout() function in mindspore::fl::server::Round
|
D | common.h | 51 bool check_timeout = false; member
|
D | server.cc | 204 … std::make_shared<Round>(config.name, config.check_timeout, config.time_window, config.check_count, in InitIteration() 206 MS_LOG(INFO) << "Add round " << config.name << ", check_timeout: " << config.check_timeout in InitIteration()
|
D | iteration.cc | 87 … return round->check_timeout() ? total + round->time_window() : total; in InitRounds()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | test-suite | 76 check_timeout=0 101 check_timeout="$val" ;; 383 if [ $check_timeout -ne 0 ]; then 384 pre_cmd="timeout $check_timeout"
|
/third_party/glib/gio/ |
D | gsocket.c | 436 check_timeout (GSocket *socket, in check_timeout() function 2858 if (!check_timeout (socket, error)) in g_socket_accept() 3061 if (!check_timeout (socket, error)) in g_socket_check_connect_result() 3219 if (!check_timeout (socket, error)) in g_socket_receive_with_timeout() 3418 if (!check_timeout (socket, error)) in g_socket_send_with_timeout() 4925 if (!check_timeout (socket, error)) in g_socket_send_message_with_timeout() 5188 if (!check_timeout (socket, error)) in g_socket_send_messages_with_timeout() 5422 if (!check_timeout (socket, error)) in g_socket_receive_message_with_timeout() 5679 !check_timeout (socket, error)) in g_socket_receive_messages() 5710 if (!check_timeout (socket, error)) in g_socket_receive_messages_with_timeout()
|