Home
last modified time | relevance | path

Searched refs:timeout_error (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Modules/
Dsocketmodule.h350 PyObject *timeout_error; member
Dsocketmodule.c7038 Py_DECREF(capi->timeout_error);
7060 capi->timeout_error = Py_NewRef(PyExc_TimeoutError);
/third_party/boost/boost/test/impl/
Dunit_test_monitor.ipp61 case execution_exception::timeout_error: return os_timeout;
Dresults_collector.ipp321 if( ex.code() == execution_exception::timeout_error ) {
Dexecution_monitor.ipp628 report_error( execution_exception::timeout_error,
1123 … detail::report_error(execution_exception::timeout_error, "timeout while executing function");
Dunit_test_log.ipp363 (ex.code() <= execution_exception::timeout_error ? log_system_errors
Djunit_log_formatter.ipp615 case execution_exception::timeout_error:
/third_party/boost/boost/test/
Dexecution_monitor.hpp266 timeout_error = 215, ///< only detectable on certain platforms enumerator
/third_party/boost/libs/test/test/framework-ts/
Dlog-formatter-test.cpp86 execution_exception::timeout_error, in timeout_foo()
Dresult-report-test.cpp75 execution_exception::timeout_error, in timeout_foo()