Searched refs:timeout_error (Results 1 – 7 of 7) sorted by relevance
20 } catch (const rxcpp::timeout_error& ex) { in __anon78b90ed60202()
13 rxcpp::timeout_error ex("timeout has occurred");138 rxcpp::timeout_error ex("timeout has occurred");
29 class timeout_error: public std::runtime_error class32 explicit timeout_error(const std::string& msg): in timeout_error() function in rxcpp::timeout_error150 … state->dest.on_error(rxu::make_error_ptr(rxcpp::timeout_error("timeout has occurred"))); in produce_timeout()
349 PyObject *timeout_error; member
1105 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_do_handshake_impl()2422 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_write_impl()2457 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_write_impl()2612 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_read_impl()2727 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_shutdown_impl()2730 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_shutdown_impl()
7182 PySocketModuleAPI.timeout_error = socket_timeout;
850 timeout_error = False855 timeout_error = _wait_for_commands(bg_jobs, start_time, timeout)866 if timeout_error: