/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | auto_dev-ioctl.h | 47 __u64 timeout; member 82 struct args_timeout timeout; member
|
H A D | usbdevice_fs.h | 29 __u32 timeout; member 35 unsigned int timeout; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | usbdevice_fs.h | 29 __u32 timeout; member 35 unsigned int timeout; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | auto_dev-ioctl.h | 34 __u64 timeout; member 70 struct args_timeout timeout; member
|
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.h | 55 int state_lock(const char *file, int timeout); 57 int card_lock(int card_number, int timeout);
|
/third_party/backends/sanei/ |
H A D | sanei_pv8630.c | 196 /* 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 D | amigaos.c | 183 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 D | cros_servo_run.py | 69 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 D | test-http-keep-alive-max-requests.js | 13 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 D | test-tls-securepair-client.js | 110 const timeout = setTimeout(function() { 120 clearTimeout(timeout);
|
H A D | test-tls-psk-client.js | 42 clearTimeout(timeout); 49 const timeout = setTimeout(() => cleanUp('Timed out'), 5000);
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_send.c | 100 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 D | rekor.js | 32 timeout: options.timeout,
|
/third_party/node/deps/npm/node_modules/sigstore/dist/ |
H A D | sigstore.js | 82 timeout: options.timeout ?? config.DEFAULT_TIMEOUT,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_fence.c | 131 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 D | tegra.h | 101 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 D | clone08.c | 147 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 D | io_submit01.c | 120 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 D | eventfd06.c | 92 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 D | vbltest.c | 162 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 D | semaphore.cc | 39 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 D | Fence11.h | 53 GLuint64 timeout, 57 GLuint64 timeout) override;
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Synchronization.hpp | 90 // 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 D | test_select.py | 62 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 D | SyncEGL.cpp | 63 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
|