Searched refs:timeout_error (Results 1 – 7 of 7) sorted by relevance
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()
13 rxcpp::timeout_error ex("timeout has occurred");138 rxcpp::timeout_error ex("timeout has occurred");
20 } catch (const rxcpp::timeout_error& ex) { in __anonec06ce780202()
282 PyObject *timeout_error; member
1038 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_do_handshake_impl()2289 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_write_impl()2324 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_write_impl()2478 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_read_impl()2590 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_shutdown_impl()2593 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_shutdown_impl()
6827 PySocketModuleAPI.timeout_error = socket_timeout;
812 timeout_error = False817 timeout_error = _wait_for_commands(bg_jobs, start_time, timeout)828 if timeout_error: