Home
last modified time | relevance | path

Searched refs:with_timeout (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dsync_socket_unittest.cc22 explicit HangingReceiveThread(SyncSocket* socket, bool with_timeout) in HangingReceiveThread() argument
25 with_timeout_(with_timeout), in HangingReceiveThread()
/external/rust/crates/tokio/tests/
Dtask_local_set.rs321 fn with_timeout(timeout: Duration, f: impl FnOnce() + Send + 'static) { in with_timeout() function
363 with_timeout(Duration::from_secs(60), || { in drop_cancels_remote_tasks()
385 with_timeout(Duration::from_secs(60), || { in local_tasks_wake_join_all()
/external/python/cpython2/Lib/test/
Dtest_socket.py710 def check_sendall_interrupted(self, with_timeout): argument
724 if with_timeout:
730 if with_timeout:
/external/python/cpython3/Lib/test/
Dtest_socket.py1591 def check_sendall_interrupted(self, with_timeout): argument
1605 if with_timeout:
1611 if with_timeout: