Home
last modified time | relevance | path

Searched defs:with_timeout (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Dsync_socket_unittest.cc22 explicit HangingReceiveThread(SyncSocket* socket, bool with_timeout) in HangingReceiveThread()
/external/cronet/base/
Dsync_socket_unittest.cc22 explicit HangingReceiveThread(SyncSocket* socket, bool with_timeout) in HangingReceiveThread()
/external/rust/crates/tokio/tests/
Dtask_local_set.rs364 fn with_timeout(timeout: Duration, f: impl FnOnce() + Send + 'static) { in with_timeout() function
/external/crosvm/e2e_tests/fixture/src/
Dvm.rs101 pub fn with_timeout(self, duration: Duration) -> Self { in with_timeout() method
/external/python/cpython2/Lib/test/
Dtest_socket.py710 def check_sendall_interrupted(self, with_timeout): argument
/external/python/cpython3/Lib/test/
Dtest_socket.py1615 def check_sendall_interrupted(self, with_timeout): argument