Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dutils.rs74 pub async fn with_timeout<F: Future<Output = R>, R>( in with_timeout() function
/aosp_15_r20/external/libchrome/base/
H A Dsync_socket_unittest.cc22 explicit HangingReceiveThread(SyncSocket* socket, bool with_timeout) in HangingReceiveThread()
/aosp_15_r20/external/cronet/base/
H A Dsync_socket_unittest.cc22 explicit HangingReceiveThread(SyncSocket* socket, bool with_timeout) in HangingReceiveThread()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dtask_local_set.rs365 fn with_timeout(timeout: Duration, f: impl FnOnce() + Send + 'static) { in with_timeout() function
/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/
H A Dvm.rs101 pub fn with_timeout(self, duration: Duration) -> Self { in with_timeout() method
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_socket.py710 def check_sendall_interrupted(self, with_timeout): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_socket.py1615 def check_sendall_interrupted(self, with_timeout): argument