Home
last modified time | relevance | path

Searched refs:timeout (Results 976 - 1000 of 1423) sorted by relevance

1...<<31323334353637383940>>...57

/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_priv.h213 uint64_t timeout);
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_winsys.h678 * \param timeout in nanoseconds (may be PIPE_TIMEOUT_INFINITE).
685 uint64_t timeout,
/third_party/node/lib/
H A Dhttps.js89 this.timeout = 0;
185 * timeout?: number;
393 * timeout?: number;
/third_party/node/src/
H A Dnode_contextify.h172 const int64_t timeout,
H A Dnode_report_utils.cc186 uint64_t due = handle->timer.timeout; in WalkHandle()
/third_party/nghttp2/src/
H A Dh2load.h226 // The number of requests that failed due to timeout.
423 void timeout();
H A Dshrpx_client_handler.cc446 get_config()->conn.upstream.timeout.write, in ClientHandler()
447 get_config()->conn.upstream.timeout.read, in ClientHandler()
554 reset_upstream_read_timeout(config->conn.upstream.timeout.http3_read); in setup_http3_upstream()
/third_party/node/deps/npm/node_modules/diff/lib/diff/
H A Dbase.js18 var _options$timeout;
60 (_options$timeout =
62 options.timeout) !== null && _options$timeout !== void 0 ? _options$timeout : Infinity;
/third_party/node/deps/npm/node_modules/diff/dist/
H A Ddiff.min.js1 !function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e=e||self).Diff={})}(this,function(e){"use strict";function t(){}t.prototype={diff:function(s,a,e){var n,t=2<arguments.length&&void 0!==e?e:{},r=t.callback;"function"==typeof t&&(r=t,t={}),this.options=t;var u=this;function d(e){return r?(setTimeout(function(){r(void 0,e)},0),!0):e}s=this.castInput(s),a=this.castInput(a),s=this.removeEmpty(this.tokenize(s));var f=(a=this.removeEmpty(this.tokenize(a))).length,c=s.length,p=1,i=f+c;t.maxEditLength&&(i=Math.min(i,t.maxEditLength));var o=null!==(n=t.timeout)&&void 0!==n?n:1/0,l=Date.now()+o,h=[{oldPos:-1,lastComponent:void 0}],v=this.extractCommon(h[0],a (…)
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer.h127 uint64_t timeout; member
/third_party/libinput/tools/
H A Dtest_tool_option_parsing.py63 stdout, stderr = p.communicate(timeout=5)
/third_party/node/deps/uv/include/uv/
H A Dunix.h333 uint64_t timeout; \
/third_party/node/deps/uv/src/unix/
H A Dinternal.h216 void uv__io_poll(uv_loop_t* loop, int timeout); /* in milliseconds or -1 */
/third_party/node/deps/uvwasi/src/
H A Dwasi_serdes.c135 FIELD(24, timestamp_t, u.clock.timeout); \
/third_party/python/Lib/distutils/tests/
H A Dtest_register.py63 def open(self, req, data=None, timeout=None):
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.h175 EGLTimeKHR timeout);
H A Degl_stubs_autogen.h50 EGLTime timeout);
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrospdy.h356 * Set a custom timeout for all connections. Must be followed by
358 * zero for no timeout.
931 * Obtain timeout value for select for this daemon. The returned value
933 * should at most block, not the timeout value set for connections.
935 * @param daemon to query for timeout
936 * @param timeout will be set to the timeout value (in milliseconds)
939 * would necessiate the use of a timeout right now
943 unsigned long long *timeout);
/third_party/python/Lib/test/
H A Dtest_epoll.py182 events = ep.poll(timeout=0.1, maxevents=4)
H A Dtest_poll.py224 poll_thread.join(timeout=0.1)
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs219 /// `epoll_wait(self, events, timeout)`—Waits for registered events of
228 timeout: c::c_int, in wait()
238 timeout, in wait()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py266 line = queue.get(timeout=0.01)
/third_party/eudev/src/shared/
H A Dutil.c1094 int ready, timeout; in ppoll_fallback() local
1097 timeout = (timeout_ts == NULL) ? -1 : (timeout_ts->tv_sec * 1000 + timeout_ts->tv_nsec / 1000000); in ppoll_fallback()
1101 ready = poll(fds, nfds, timeout); in ppoll_fallback()
/third_party/curl/lib/
H A Dconnect.c93 * transfer/connection. If the value is 0, there's no timeout (ie there's
94 * infinite time left). If the value is negative, the timeout time has already
98 * @param duringconnect TRUE iff connect timeout is also taken into account.
110 different time-stamps. It can end up with the total timeout being reached in Curl_timeleft()
111 before the connect timeout expires and we must acknowledge whichever in Curl_timeleft()
112 timeout that is reached first. The total timeout is set per entire in Curl_timeleft()
113 operation, while the connect timeout is set per connect. */ in Curl_timeleft()
114 if(data->set.timeout <= 0 && !duringconnect) in Curl_timeleft()
115 return 0; /* no timeout i in Curl_timeleft()
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_screen.c842 uint64_t timeout) in virgl_fence_finish()
848 if (vctx && timeout) in virgl_fence_finish()
851 return vws->fence_wait(vws, fence, timeout); in virgl_fence_finish()
839 virgl_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) virgl_fence_finish() argument

Completed in 23 milliseconds

1...<<31323334353637383940>>...57