Home
last modified time | relevance | path

Searched refs:timeout (Results 1126 - 1150 of 1524) sorted by relevance

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

/third_party/mesa3d/include/GLES/
H A Dglext.h577 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
578 typedef void (GL_APIENTRYP PFNGLWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
585 GL_API GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
586 GL_API void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
/third_party/openGLES/api/GLES/
H A Dglext.h558 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
559 typedef void (GL_APIENTRYP PFNGLWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
566 GL_API GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
567 GL_API void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1315 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll()
1330 timeout: *mut timeval, in select()
1486 timeout: *mut timespec, in pselect()
1520 timeout: *const timespec, in pselect()
/third_party/python/Lib/asyncio/
H A Dbase_events.py66 # Maximum timeout passed to select to avoid OS limitations
1876 timeout = None
1878 timeout = 0
1880 # Compute the desired timeout.
1882 timeout = min(max(0, when - self.time()), MAXIMUM_SELECT_TIMEOUT)
1884 event_list = self._selector.select(timeout)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationWin32KeyedMutexTests.cpp1685 deUint32 timeout = 0xFFFFFFFF; // INFINITE in iterate() local
1695 &timeout, in iterate()
1726 deUint32 timeout = 0xFFFFFFFF; // INFINITE in iterate() local
1736 &timeout, in iterate()
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h154 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
159 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
1277 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
1284 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dglext.h577 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
578 typedef void (GL_APIENTRYP PFNGLWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
585 GL_API GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
586 GL_API void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.cpp764 EGLTimeKHR timeout) in EGL_ClientWaitSyncKHR()
768 "dpy = 0x%016" PRIxPTR ", sync = 0x%016" PRIxPTR ", flags = %d, timeout = %llu", in EGL_ClientWaitSyncKHR()
769 (uintptr_t)dpy, (uintptr_t)sync, flags, static_cast<unsigned long long>(timeout)); in EGL_ClientWaitSyncKHR()
777 syncPacked, flags, timeout); in EGL_ClientWaitSyncKHR()
779 return ClientWaitSyncKHR(thread, dpyPacked, syncPacked, flags, timeout); in EGL_ClientWaitSyncKHR()
761 EGL_ClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) EGL_ClientWaitSyncKHR() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dconnection.c1041 or if we do nothing, we would just timeout
1042 on the connection (if a timeout is even
1962 * the timeout for the connection uses the default value.
1973 return; /* custom timeout, no need to move it in "normal" DLL */
1975 /* move connection to head of timeout list (by remove + add operation) */
2271 unsigned int timeout; local
2642 timeout = connection->connection_timeout;
2643 if ( (0 != timeout) &&
2644 (timeout <= (MHD_monotonic_time() - connection->last_activity)) )
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dglext.h577 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
578 typedef void (GL_APIENTRYP PFNGLWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
585 GL_API GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
586 GL_API void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
/third_party/python/Lib/test/
H A Dtest_nntplib.py266 self.NNTP_CLASS(self.NNTP_HOST, timeout=0, usenetrc=False)
279 timeout=support.INTERNET_TIMEOUT,
325 timeout=support.INTERNET_TIMEOUT,
1509 def create_connection(address, timeout):
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h154 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
159 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
1277 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
1284 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
/third_party/skia/third_party/externals/angle2/include/GLES/
H A Dglext.h566 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
567 typedef void (GL_APIENTRYP PFNGLWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
574 GL_API GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
575 GL_API void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1028 // timeout occurred. This should not happen in the new in TEST()
1196 // a timeout/deadline that has already expired/passed, one that is infinite
1252 // The deadline/timeout used when calling the API being tested
1265 // `false` indicates an expected timeout.
1319 // using the relative timeout API.
1322 // Tests with a negative timeout (deadline in the past), which should
1334 // The condition becomes true, but the timeout has already expired:
1352 // Tests with an infinite timeout (deadline in the infinite future), which
1373 // Tests with a (small) finite timeout (deadline soon), with the condition
1394 // The condition becomes true, but the timeout ha
1548 absl::Duration timeout = params.wait_timeout; global() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationWin32KeyedMutexTests.cpp1684 deUint32 timeout = 0xFFFFFFFF; // INFINITE in iterate() local
1694 &timeout, in iterate()
1725 deUint32 timeout = 0xFFFFFFFF; // INFINITE in iterate() local
1735 &timeout, in iterate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.c482 * Add random value to timeout so that we don't end up bouncing in ap_handle_timer()
498 * Anyway, try again after the next inactivity timeout, in ap_handle_timer()
511 /* station activity detected; reset timeout state */ in ap_handle_timer()
544 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout " in ap_handle_timer()
589 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout " in ap_handle_timer()
613 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout " in ap_handle_timer()
660 "session timeout"); in ap_handle_session_timer()
673 HOSTAPD_LEVEL_DEBUG, "setting session timeout " in ap_sta_replenish_timeout()
683 HOSTAPD_LEVEL_DEBUG, "setting session timeout to %d " in ap_sta_session_timeout()
761 wpa_printf(MSG_EXCESSIVE, "%s: register ap_handle_timer timeout " in ap_sta_add()
1188 unsigned int timeout, sec, usec; ap_sa_query_timer() local
[all...]
/third_party/backends/backend/
H A Dcanon_dr.c352 - adjust wait_scanner to try one TUR with a long timeout (#142)
355 - rewrite do_cmd() timeout handling
356 - remove long timeout TUR from v61 (did not help)
357 - allow config file to set initial tur timeout for DR-X10C (#142)
757 else if (!strncmp (lp, "tur-timeout", 11) && isspace (lp[11])) { in sane_get_devices()
765 DBG (5, "sane_get_devices: config option \"tur-timeout\" " in sane_get_devices()
771 DBG (5, "sane_get_devices: config option \"tur-timeout\" " in sane_get_devices()
776 DBG (15, "sane_get_devices: setting \"tur-timeout\" to %d\n", in sane_get_devices()
6919 /*FIXME this needs to timeout eventually */ in read_from_buffer()
8315 DBG (5, "Aborted command: timeout\ in sense_handler()
8356 do_cmd(struct scanner *s, int runRS, int timeout, unsigned char * cmdBuff, size_t cmdLen, unsigned char * outBuff, size_t outLen, unsigned char * inBuff, size_t * inLen ) do_cmd() argument
8380 do_scsi_cmd(struct scanner *s, int runRS, int timeout, unsigned char * cmdBuff, size_t cmdLen, unsigned char * outBuff, size_t outLen, unsigned char * inBuff, size_t * inLen ) do_scsi_cmd() argument
8428 do_usb_cmd(struct scanner *s, int runRS, int timeout, unsigned char * cmdBuff, size_t cmdLen, unsigned char * outBuff, size_t outLen, unsigned char * inBuff, size_t * inLen ) do_usb_cmd() argument
8657 do_usb_status(struct scanner *s, int runRS, int timeout, size_t * extraLength) do_usb_status() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Drtsp.c57 /* Default timeout values for read packet in seconds */
99 { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections (-1 is infinite, imply flag listen)", OFFSET(initial_timeout), AV_OPT_TYPE_INT, {.i64 = -1}, INT_MIN, INT_MAX, DEC },
100 { "timeout", "set timeout (in microseconds) of socket I/O operations", OFFSET(stimeout), AV_OPT_TYPE_INT64, {.i64 = 0}, INT_MIN, INT64_MAX, DEC },
110 { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DURATION, {.i64 = READ_PACKET_TIMEOUT_S*1000000}, INT_MIN, INT64_MAX, DEC },
119 { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DURATION, {.i64 = READ_PACKET_TIMEOUT_S*1000000}, INT_MIN, INT64_MAX, DEC },
1100 if (av_stristart(p, ";timeout=", &p) && in ff_rtsp_parse_line()
1102 reply->timeout = t; in ff_rtsp_parse_line()
1469 /* default timeout: 1 minute */ in ff_rtsp_make_setup_request()
1470 rt->timeout in ff_rtsp_make_setup_request()
[all...]
/third_party/nghttp2/src/
H A Dnghttp.cc109 timeout(0.), in Config()
399 // Only dispatch the timeout callback if it hasn't already been called. in dispatch_continue()
620 ev_timer_init(&wt, timeoutcb, 0., config.timeout); in HttpClient()
621 ev_timer_init(&rt, timeoutcb, 0., config.timeout); in HttpClient()
2687 -t, --timeout=<DURATION> in print_help()
2689 timeout. in print_help()
2772 (up to a short timeout) until the server sends a 100 in print_help()
2807 {"timeout", required_argument, nullptr, 't'}, in main()
2898 config.timeout = util::parse_duration_with_unit(optarg); in main()
2899 if (config.timeout in main()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wext.c1068 * wpa_driver_wext_scan_timeout - Scan timeout to report scan completion
1072 * This function can be used as registered timeout when starting a scan to
1077 wpa_printf(MSG_DEBUG, "Scan timeout - try to get results"); in wpa_driver_wext_scan_timeout()
1092 int ret = 0, timeout; in wpa_driver_wext_scan() local
1124 * read results after a timeout. */ in wpa_driver_wext_scan()
1125 timeout = 10; in wpa_driver_wext_scan()
1129 * when scan is complete, so use longer timeout to avoid race in wpa_driver_wext_scan()
1132 timeout = 30; in wpa_driver_wext_scan()
1134 wpa_printf(MSG_DEBUG, "Scan requested (ret=%d) - scan timeout %d " in wpa_driver_wext_scan()
1135 "seconds", ret, timeout); in wpa_driver_wext_scan()
[all...]
/third_party/glfw/src/
H A Dwl_window.c1205 static void handleEvents(double* timeout) in handleEvents() argument
1249 if (!_glfwPollPOSIX(fds, sizeof(fds) / sizeof(fds[0]), timeout)) in handleEvents()
2648 double timeout = 0.0; in _glfwPollEventsWayland() local
2649 handleEvents(&timeout); in _glfwPollEventsWayland()
2657 void _glfwWaitEventsTimeoutWayland(double timeout) in _glfwWaitEventsTimeoutWayland() argument
2659 handleEvents(&timeout); in _glfwWaitEventsTimeoutWayland()
/third_party/libdrm/
H A Dxf86drm.c2610 struct timespec timeout, cur; in drmWaitVBlank() local
2613 ret = clock_gettime(CLOCK_MONOTONIC, &timeout); in drmWaitVBlank()
2618 timeout.tv_sec++; in drmWaitVBlank()
2626 if (cur.tv_sec > timeout.tv_sec + 1 || in drmWaitVBlank()
2627 (cur.tv_sec == timeout.tv_sec && cur.tv_nsec >= in drmWaitVBlank()
2628 timeout.tv_nsec)) { in drmWaitVBlank()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c3644 uint32_t timeout = (uint32_t)s->session->timeout; in create_ticket_prequel() local
3649 * timeout, limited to a 1 week period per RFC8446. in create_ticket_prequel()
3656 if (s->session->timeout > ONE_WEEK_SEC) in create_ticket_prequel()
3657 timeout = ONE_WEEK_SEC; in create_ticket_prequel()
3659 timeout = 0; in create_ticket_prequel()
3661 if (!WPACKET_put_bytes_u32(pkt, timeout)) { in create_ticket_prequel()
3791 /* Put timeout and length */ in construct_stateless_ticket()
/third_party/libcoap/src/
H A Dcoap_net.c875 * Calculates the initial timeout based on the session CoAP transmission
881 * @param session session timeout is associated with
922 * time and the retransmission time is node->timeout. If there is in coap_wait_ack()
924 * to be retransmitted earlier. Therefore, node->timeout is first in coap_wait_ack()
930 node->t = node->timeout << node->retransmit_cnt; in coap_wait_ack()
935 (node->timeout << node->retransmit_cnt); in coap_wait_ack()
942 (unsigned)((node->timeout << node->retransmit_cnt) * 1000 / in coap_wait_ack()
1023 coap_log_debug("** %s: timeout waiting for first response\n", in coap_client_delay_first()
1484 * above and hence timeout / drop the response as appropriate in coap_send_internal()
1608 /* add timeout i in coap_send_internal()
[all...]
/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

Completed in 74 milliseconds

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