Home
last modified time | relevance | path

Searched refs:timeout (Results 951 - 975 of 1433) sorted by relevance

1...<<31323334353637383940>>...58

/third_party/mesa3d/include/EGL/
H A Degl.h316 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCPROC) (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
327 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h426 /** Absolute timeout to wait */
427 __u64 timeout; member
448 /** Absolute timeout to wait */
449 __u64 timeout; member
/third_party/libdrm/include/drm/
H A Damdgpu_drm.h422 /** Absolute timeout to wait */
423 __u64 timeout; member
444 /** Absolute timeout to wait */
445 __u64 timeout; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dmsm_kgsl.h526 * timeout is in milliseconds.
530 unsigned int timeout; member
539 unsigned int timeout; member
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c397 uint64_t timeout) in tegra_screen_fence_finish()
404 fence, timeout); in tegra_screen_fence_finish()
394 tegra_screen_fence_finish(struct pipe_screen *pscreen, struct pipe_context *pcontext, struct pipe_fence_handle *fence, uint64_t timeout) tegra_screen_fence_finish() argument
/third_party/node/src/
H A Dnode_platform.cc272 delayed->timeout = delay_in_seconds; in PostDelayedTask()
466 uint64_t delay_millis = llround(delayed->timeout * 1000); in FlushForegroundTasksInternal()
/third_party/node/test/cctest/
H A Dtest_inspector_socket_server.cc29 Timeout timeout(&loop); \
30 while ((condition) && !timeout.timed_out) { \
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc462 protocol::Response V8InspectorImpl::EvaluateScope::setTimeout(double timeout) { in setTimeout() argument
468 std::make_unique<TerminateTask>(m_isolate, m_cancelToken), timeout); in setTimeout() local
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.h47 ANGLE_EXPORT GLenum GL_APIENTRY GL_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
296 ANGLE_EXPORT void GL_APIENTRY GL_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
/third_party/python/Modules/
H A Dreadline.c1329 { struct timeval timeout = {0, 100000}; /* 0.1 seconds */ in readline_until_enter_or_signal() local
1335 timeoutp = &timeout; in readline_until_enter_or_signal()
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h316 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCPROC) (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
327 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
/third_party/rust/crates/nix/test/sys/
H A Dtest_aio.rs581 let timeout = TimeSpec::seconds(10); in test_aio_suspend()
610 let r = aio_suspend(&cbbuf[..], Some(timeout)); in test_aio_suspend()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.c47 * p2p_scan recovery timeout
49 * Many drivers are using 30 second timeout on scan results. Allow a bit larger
50 * timeout for this to avoid hitting P2P timeout unnecessarily.
256 p2p_dbg(p2p, "Set timeout (state=%s): %u.%06u sec", in p2p_set_timeout()
265 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state)); in p2p_clear_timeout()
368 int p2p_listen(struct p2p_data *p2p, unsigned int timeout) argument
387 p2p->pending_listen_sec = timeout / 1000;
388 p2p->pending_listen_usec = (timeout % 1000) * 1000;
406 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ie
1246 p2p_find(struct p2p_data *p2p, unsigned int timeout, enum p2p_discovery_type type, unsigned int num_req_dev_types, const u8 *req_dev_types, const u8 *dev_id, unsigned int search_delay, u8 seek_count, const char **seek, int freq, bool include_6ghz) global() argument
3749 int timeout; global() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c279 * wpa_supplicant_req_auth_timeout - Schedule a timeout for authentication
284 * This function is used to schedule a timeout for the current authentication
294 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec " in wpa_supplicant_req_auth_timeout()
303 * wpas_auth_timeout_restart - Restart and change timeout for authentication
305 * @sec_diff: difference in seconds applied to original timeout value
313 "Authentication timeout restart: %d sec", new_sec); in wpas_auth_timeout_restart()
322 * wpa_supplicant_cancel_auth_timeout - Cancel authentication timeout
325 * This function is used to cancel authentication timeout scheduled with
331 wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling authentication timeout"); in wpa_supplicant_cancel_auth_timeout()
3524 4 + /* Stream timeout */
3953 int timeout = 20; global() local
4316 int timeout = 60; global() local
5377 int timeout = 10; global() local
8130 int timeout; global() local
[all...]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c51 struct pb_buffer *_buf, uint64_t timeout, in amdgpu_bo_wait()
58 if (timeout == 0) { in amdgpu_bo_wait()
63 abs_timeout = os_time_get_absolute_timeout(timeout); in amdgpu_bo_wait()
78 r = amdgpu_bo_wait_for_idle(bo->bo, timeout, &buffer_busy); in amdgpu_bo_wait()
85 if (timeout == 0) { in amdgpu_bo_wait()
50 amdgpu_bo_wait(struct radeon_winsys *rws, struct pb_buffer *_buf, uint64_t timeout, unsigned usage) amdgpu_bo_wait() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_virtgpu.c397 timeout_to_poll_timeout(uint64_t timeout) in timeout_to_poll_timeout() argument
400 const uint64_t ms = (timeout + ns_per_ms - 1) / ns_per_ms; in timeout_to_poll_timeout()
401 if (!ms && timeout) in timeout_to_poll_timeout()
414 const int poll_timeout = timeout_to_poll_timeout(wait->timeout); in sim_syncobj_wait()
912 .timeout_nsec = os_time_get_absolute_timeout(wait->timeout), in virtgpu_ioctl_syncobj_timeline_wait()
/third_party/python/Lib/test/support/
H A D__init__.py68 # The timeout is long enough to prevent test failure: it takes into account
72 # The timeout should be long enough for connect(), recv() and send() methods
82 # Timeout in seconds for network requests going to the internet. The timeout is
86 # Usually, a timeout using INTERNET_TIMEOUT should not mark a test as failed,
92 # The timeout value depends on the regrtest --timeout command line option.
102 # "too long". The timeout value depends on the regrtest --timeout command line
664 f = opener.open(url, timeout=INTERNET_TIMEOUT)
2074 def wait_process(pid, *, exitcode, timeout
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c1063 * wpa_driver_wext_scan_timeout - Scan timeout to report scan completion
1067 * This function can be used as registered timeout when starting a scan to
1072 wpa_printf(MSG_DEBUG, "Scan timeout - try to get results"); in wpa_driver_wext_scan_timeout()
1087 int ret = 0, timeout; in wpa_driver_wext_scan() local
1119 * read results after a timeout. */ in wpa_driver_wext_scan()
1120 timeout = 10; in wpa_driver_wext_scan()
1124 * when scan is complete, so use longer timeout to avoid race in wpa_driver_wext_scan()
1127 timeout = 30; in wpa_driver_wext_scan()
1129 wpa_printf(MSG_DEBUG, "Scan requested (ret=%d) - scan timeout %d " in wpa_driver_wext_scan()
1130 "seconds", ret, timeout); in wpa_driver_wext_scan()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwnm_sta.c1813 u8 dialog_token, req_info, auto_report, timeout; in ieee802_11_rx_wnm_coloc_intf_req() local
1825 timeout = req_info >> 2; in ieee802_11_rx_wnm_coloc_intf_req()
1828 "WNM: Received Collocated Interference Request (dialog_token %u auto_report %u timeout %u sa " MACSTR ")", in ieee802_11_rx_wnm_coloc_intf_req()
1829 dialog_token, auto_report, timeout, MAC2STR(sa)); in ieee802_11_rx_wnm_coloc_intf_req()
1842 dialog_token, auto_report, timeout); in ieee802_11_rx_wnm_coloc_intf_req()
1845 wpa_s->coloc_intf_timeout = timeout; in ieee802_11_rx_wnm_coloc_intf_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.c37 * p2p_scan recovery timeout
39 * Many drivers are using 30 second timeout on scan results. Allow a bit larger
40 * timeout for this to avoid hitting P2P timeout unnecessarily.
206 p2p_dbg(p2p, "Set timeout (state=%s): %u.%06u sec", in p2p_set_timeout()
215 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state)); in p2p_clear_timeout()
308 int p2p_listen(struct p2p_data *p2p, unsigned int timeout) in p2p_listen() argument
327 p2p->pending_listen_sec = timeout / 1000; in p2p_listen()
328 p2p->pending_listen_usec = (timeout % 1000) * 1000; in p2p_listen()
346 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ie in p2p_listen()
1154 p2p_find(struct p2p_data *p2p, unsigned int timeout, enum p2p_discovery_type type, unsigned int num_req_dev_types, const u8 *req_dev_types, const u8 *dev_id, unsigned int search_delay, u8 seek_count, const char **seek, int freq) p2p_find() argument
3582 int timeout; p2p_go_neg_req_cb() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c162 int timeout; in hostapd_ctrl_iface_wps_pin() local
173 timeout = atoi(timeout_txt); in hostapd_ctrl_iface_wps_pin()
181 timeout = 0; in hostapd_ctrl_iface_wps_pin()
183 return hostapd_wps_add_pin(hapd, addr, txt, pin, timeout); in hostapd_ctrl_iface_wps_pin()
450 int timeout = 300; in hostapd_ctrl_iface_wps_ap_pin() local
465 timeout = atoi(pos); in hostapd_ctrl_iface_wps_ap_pin()
466 pin_txt = hostapd_wps_ap_pin_random(hapd, timeout); in hostapd_ctrl_iface_wps_ap_pin()
487 timeout = atoi(pos); in hostapd_ctrl_iface_wps_ap_pin()
491 if (hostapd_wps_ap_pin_set(hapd, pin, timeout) < 0) in hostapd_ctrl_iface_wps_ap_pin()
1010 unsigned int auto_report, timeout; in hostapd_ctrl_iface_coloc_intf_req() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c2422 return conn->keep_alive.last_ts != UINT64_MAX && conn->keep_alive.timeout; in conn_keep_alive_enabled()
2431 conn->keep_alive.last_ts + conn->keep_alive.timeout <= ts; in conn_keep_alive_expired()
2443 return conn->keep_alive.last_ts + conn->keep_alive.timeout; in conn_keep_alive_expiry()
2469 ngtcp2_duration timeout) { in ngtcp2_conn_set_keep_alive_timeout()
2470 conn->keep_alive.timeout = timeout; in ngtcp2_conn_set_keep_alive_timeout()
3363 ngtcp2_duration timeout = pto; in conn_remove_retired_connection_id() local
3371 if (scid->retired_ts == UINT64_MAX || scid->retired_ts + timeout >= ts) { in conn_remove_retired_connection_id()
3392 if (dcid->retired_ts + timeout >= ts) { in conn_remove_retired_connection_id()
4921 ngtcp2_duration timeout; in conn_write_path_challenge() local
2468 ngtcp2_conn_set_keep_alive_timeout(ngtcp2_conn *conn, ngtcp2_duration timeout) ngtcp2_conn_set_keep_alive_timeout() argument
5890 ngtcp2_duration pto, timeout; conn_recv_path_response() local
8106 ngtcp2_duration pto, initial_pto, timeout; conn_select_preferred_addr() local
8372 ngtcp2_duration pto, initial_pto, timeout; conn_recv_non_probing_pkt_on_new_path() local
10742 conn_retire_stale_bound_dcid(ngtcp2_conn *conn, ngtcp2_duration timeout, ngtcp2_tstamp ts) conn_retire_stale_bound_dcid() argument
12664 ngtcp2_duration timeout; ngtcp2_conn_set_loss_detection_timer() local
13112 ngtcp2_duration pto, initial_pto, timeout; ngtcp2_conn_initiate_migration() local
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglapi.c1985 _EGLSync *s, EGLint flags, EGLTime timeout) in _eglClientWaitSyncCommon()
2005 ret = disp->Driver->ClientWaitSyncKHR(disp, s, flags, timeout); in _eglClientWaitSyncCommon()
2019 EGLint flags, EGLTime timeout) in eglClientWaitSync()
2024 return _eglClientWaitSyncCommon(disp, dpy, s, flags, timeout); in eglClientWaitSync()
2029 EGLint flags, EGLTime timeout) in eglClientWaitSyncKHR()
2034 return _eglClientWaitSyncCommon(disp, dpy, s, flags, timeout); in eglClientWaitSyncKHR()
1984 _eglClientWaitSyncCommon(_EGLDisplay *disp, EGLDisplay dpy, _EGLSync *s, EGLint flags, EGLTime timeout) _eglClientWaitSyncCommon() argument
2018 eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) eglClientWaitSync() argument
2028 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) eglClientWaitSyncKHR() argument
/third_party/node/lib/internal/http2/
H A Dcore.js1146 // Clear timeout and remove timeout listeners.
1148 session.removeAllListeners('timeout');
1336 // Resets the timeout counter
1912 // Clear timeout and remove timeout listeners
1914 stream.removeAllListeners('timeout');
2271 // Http2Stream duplex are closed and the timeout timer is cleared. If
2404 // stored `chunksSentSinceLastWrite` is only updated when a timeout event
2418 self.emit('timeout');
[all...]
/third_party/python/Lib/test/
H A Dtest_httplib.py1724 # This will prove that the timeout gets through HTTPConnection
1727 # default -- use global socket timeout
1738 # no timeout -- do not use global socket default
1743 timeout=None)
1751 httpConn = client.HTTPConnection(HOST, TimeoutTest.PORT, timeout=30)
1840 # simple test to check it's storing the timeout
1841 h = client.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)
1842 self.assertEqual(h.timeout, 30)
2178 def create_connection(address, timeout=None, source_address=None):
2255 def _create_connection(address, timeout
[all...]

Completed in 60 milliseconds

1...<<31323334353637383940>>...58