Home
last modified time | relevance | path

Searched refs:timeout (Results 1151 - 1175 of 1525) sorted by relevance

1...<<41424344454647484950>>...61

/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py1554 timeout=support.SHORT_TIMEOUT)
1559 timeout=support.SHORT_TIMEOUT)
1612 timeout=support.SHORT_TIMEOUT)
1619 timeout=support.SHORT_TIMEOUT)
1626 timeout=support.SHORT_TIMEOUT)
1633 timeout=support.SHORT_TIMEOUT)
1703 # may sleep at little bit less than timeout depending on the resolution
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c3623 uint32_t timeout = (uint32_t)s->session->timeout; in create_ticket_prequel() local
3628 * timeout, limited to a 1 week period per RFC8446. in create_ticket_prequel()
3635 if (s->session->timeout > ONE_WEEK_SEC) in create_ticket_prequel()
3636 timeout = ONE_WEEK_SEC; in create_ticket_prequel()
3638 timeout = 0; in create_ticket_prequel()
3640 if (!WPACKET_put_bytes_u32(pkt, timeout)) { in create_ticket_prequel()
3770 /* Put timeout and length */ in construct_stateless_ticket()
/third_party/python/Lib/test/
H A Dtest_ssl.py584 # Issue #8524: when creating an SSL socket, the timeout of the
586 for timeout in (None, 0.0, 5.0):
588 s.settimeout(timeout)
590 self.assertEqual(timeout, ss.gettimeout())
2233 with self.assertRaises(socket.timeout):
2235 timeout=0.1)
2281 timeout = kwargs.get('timeout', support.SHORT_TIMEOUT)
2282 deadline = time.monotonic() + timeout
2286 self.fail("timeout")
[all...]
/drivers/hdf_core/framework/model/network/wifi/bus/
H A Dhdf_sdio_intf.c335 palSdioCommonInfo.funcInfo.enTimeout = busCfg->timeout; in HdfSdioInit()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddcamera_stream.cpp197 .timeout = 0 in GetNextRequest()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkapi_speed.c431 parmas.timeout = USB_CTRL_SET_TIMEOUT; in UsbSpeedRequestHandle()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkapi_speed.c397 parmas.timeout = USB_CTRL_SET_TIMEOUT; in FillRequest()
/third_party/eudev/src/shared/
H A Dutil.h280 int fd_wait_for_event(int fd, int event, usec_t timeout);
/third_party/glfw/src/
H A Dnull_window.c496 void _glfwWaitEventsTimeoutNull(double timeout) in _glfwWaitEventsTimeoutNull() argument
/third_party/curl/docs/examples/
H A Dephiperfifo.c109 long timeout; member
142 * inform us through this callback what it wants the new timeout to be,
148 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms); in multi_timer_cb()
157 /* libcurl wants us to timeout now, however setting both fields of in multi_timer_cb()
214 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb()
220 /* Called by main loop when our timeout expires */
H A Devhiperfifo.c111 long timeout; member
125 /* -1 means delete, other values are timeout times in milliseconds */ in multi_timer_cb()
214 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb()
219 /* Called by libevent when our timeout expires */
/third_party/curl/lib/
H A Dcurl_setup.h349 fd_set *errorfds, struct timeval *timeout);
548 4. set the SIGALRM signal timeout
/third_party/cares/include/
H A Dares.h261 int timeout; /* in seconds or milliseconds, depending on options */ member
/third_party/libuv/src/unix/
H A Dinternal.h262 void uv__io_poll(uv_loop_t* loop, int timeout); /* in milliseconds or -1 */
/third_party/libuv/include/uv/
H A Dwin.h556 uint64_t timeout; \
/third_party/mesa3d/src/amd/compiler/tests/
H A Dglsl_scraper.py99 out, err = proc.communicate(timeout=30)
/third_party/node/deps/cares/include/
H A Dares.h317 int timeout; /* in seconds or milliseconds, depending on options */ member
781 * the specified timeout has expired.
787 * if requested timeout expires, ARES_SUCCESS when queue is empty.
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.h629 /* timeout is keep-alive timeout. When it expires, a packet
633 ngtcp2_duration timeout; member
967 * should be closed if it continues to be idle. If idle timeout is
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite100 check-timeout:) [ -z "$val" ] && val=1
381 # do we want a timeout?
384 pre_cmd="timeout $check_timeout"
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.h118 Maybe<double> timeout,
/third_party/node/deps/uv/include/uv/
H A Dwin.h552 uint64_t timeout; \
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs323 timeout: *mut ::timespec, in recvmmsg()
/third_party/python/Lib/idlelib/
H A Drun.py157 request = rpc.request_queue.get(block=True, timeout=0.05)
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h289 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_ext_stubs_autogen.h39 EGLTimeKHR timeout);

Completed in 32 milliseconds

1...<<41424344454647484950>>...61