Home
last modified time | relevance | path

Searched refs:timeout (Results 2126 - 2150 of 7302) sorted by relevance

1...<<81828384858687888990>>...293

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dauto_dev-ioctl.h47 __u64 timeout; member
82 struct args_timeout timeout; member
H A Dusbdevice_fs.h29 __u32 timeout; member
35 unsigned int timeout; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dusbdevice_fs.h29 __u32 timeout; member
35 unsigned int timeout; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dauto_dev-ioctl.h34 __u64 timeout; member
70 struct args_timeout timeout; member
/third_party/alsa-utils/alsactl/
H A Dalsactl.h55 int state_lock(const char *file, int timeout);
57 int card_lock(int card_number, int timeout);
/third_party/backends/sanei/
H A Dsanei_pv8630.c196 /* Wait for the status register to present a given status. A timeout value
200 SANE_Byte mask, int timeout) in sanei_pv8630_wait_byte()
206 for (n = 0; n < timeout; n++) in sanei_pv8630_wait_byte()
219 DBG (DBG_error, "sanei_pv8630_wait_byte: timeout waiting for %x (got %x)\n", in sanei_pv8630_wait_byte()
199 sanei_pv8630_wait_byte(int fd, SANEI_PV_Index index, SANE_Byte value, SANE_Byte mask, int timeout) sanei_pv8630_wait_byte() argument
/third_party/curl/lib/
H A Damigaos.c183 fd_set *errorfds, struct timeval *timeout) in Curl_amiga_select()
185 int r = WaitSelect(nfds, readfds, writefds, errorfds, timeout, 0); in Curl_amiga_select()
182 Curl_amiga_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout) Curl_amiga_select() argument
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dcros_servo_run.py69 for line in self.cpu_ser.lines(timeout=120, phase="bootloader"):
94 for line in self.cpu_ser.lines(timeout=self.test_timeout, phase="test"):
164 '--test-timeout', type=int, help='Test phase timeout (minutes)', required=True)
/third_party/node/test/parallel/
H A Dtest-http-keep-alive-max-requests.js13 assert.strictEqual(headers.search(/Keep-Alive: timeout=5\r\n/m), -1);
17 assert.match(headers, /Keep-Alive: timeout=5, max=3\r\n/m);
/third_party/node/test/sequential/
H A Dtest-tls-securepair-client.js110 const timeout = setTimeout(function() {
120 clearTimeout(timeout);
H A Dtest-tls-psk-client.js42 clearTimeout(timeout);
49 const timeout = setTimeout(() => cleanUp('Timed out'), 5000);
/third_party/node/deps/cares/src/lib/
H A Dares_send.c100 query->timeout.tv_sec = 0; in ares_send_ex()
101 query->timeout.tv_usec = 0; in ares_send_ex()
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/external/
H A Drekor.js32 timeout: options.timeout,
/third_party/node/deps/npm/node_modules/sigstore/dist/
H A Dsigstore.js82 timeout: options.timeout ?? config.DEFAULT_TIMEOUT,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_fence.c131 lp_fence_timedwait(struct lp_fence *f, uint64_t timeout) in lp_fence_timedwait() argument
138 bool ts_overflow = timespec_add_nsec(&abs_ts, &ts, timeout); in lp_fence_timedwait()
/third_party/libdrm/tegra/
H A Dtegra.h101 int drm_tegra_job_wait(struct drm_tegra_job *job, unsigned long timeout);
125 int drm_tegra_fence_wait(struct drm_tegra_fence *fence, unsigned long timeout);
/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone08.c147 struct timespec timeout = { 5 /* sec */, 0 }; in test_clone_thread() local
154 if (syscall(SYS_futex, &ctid, FUTEX_WAIT, -1, &timeout)) { in test_clone_thread()
/third_party/ltp/testcases/kernel/syscalls/io_submit/
H A Dio_submit01.c120 struct timespec timeout = { .tv_sec = 1 }; in verify_io_submit() local
130 io_getevents(*t->ctx, 1, 1, &evbuf, &timeout); in verify_io_submit()
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd06.c92 struct timeval timeout = { 10, 0 }; in test_select() local
102 TEST(select(fd + 1, NULL, &readfds, NULL, &timeout)); in test_select()
/third_party/libdrm/tests/vbltest/
H A Dvbltest.c162 struct timeval timeout = { .tv_sec = 3, .tv_usec = 0 }; in main() local
168 ret = select(fd + 1, &fds, NULL, NULL, &timeout); in main()
/third_party/node/deps/v8/src/base/platform/
H A Dsemaphore.cc39 dispatch_time_t timeout = in WaitFor() local
41 return dispatch_semaphore_wait(native_handle_, timeout) == 0; in WaitFor()
83 // Compute the time for end of timeout.
87 // Wait for semaphore signalled or timeout.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFence11.h53 GLuint64 timeout,
57 GLuint64 timeout) override;
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp90 // wait() waits until the event is signalled or the timeout is reached.
91 // If the timeout was reached, then wait() return false.
93 bool wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) const in wait()
95 return ev.wait_until(timeout); in wait()
/third_party/python/Lib/test/
H A Dtest_select.py62 for timeout in (0, 1, 2, 4, 8, 16) + (None,)*10:
64 print(f'timeout = {timeout}')
65 rfd, wfd, xfd = select.select([pipe], [], [], timeout)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSyncEGL.cpp63 EGLTime timeout, in clientWait()
67 EGLint result = mEGL->clientWaitSyncKHR(mSync, flags, timeout); in clientWait()
60 clientWait(const egl::Display *display, const gl::Context *context, EGLint flags, EGLTime timeout, EGLint *outResult) clientWait() argument

Completed in 14 milliseconds

1...<<81828384858687888990>>...293