Home
last modified time | relevance | path

Searched refs:timeout (Results 651 - 675 of 1423) sorted by relevance

1...<<21222324252627282930>>...57

/third_party/alsa-lib/test/
H A Dtimer.c25 void read_loop(void *handle, int master_ticks, int timeout) in read_loop() argument
42 if ((err = poll(fds, count, timeout)) < 0) { in read_loop()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h250 usb_timeout_t timeout; /* FreeBSD specific */ member
290 uint16_t index, void *data, uint16_t size, usb_timeout_t timeout);
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_handle.c308 int handle_poll(int fd, int timeout) in handle_poll() argument
321 ret = handle->ops->poll(handle, timeout); in handle_poll()
/third_party/mesa3d/include/drm-uapi/
H A Dmsm_drm.h159 struct drm_msm_timespec timeout; /* in */ member
296 struct drm_msm_timespec timeout; /* in */ member
/third_party/libdrm/include/drm/
H A Dtegra_drm.h136 * @timeout:
140 __u32 timeout; member
443 * @timeout:
447 __u32 timeout; member
1016 * @timeout: [in]
/third_party/mbedtls/programs/ssl/
H A Dssl_test_common_source.c227 uint32_t timeout) in recv_timeout_cb()
233 ret = mbedtls_net_recv_timeout(io_ctx->net, buf, len, timeout); in recv_timeout_cb()
226 recv_timeout_cb(void *ctx, unsigned char *buf, size_t len, uint32_t timeout) recv_timeout_cb() argument
/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp221 static void kick_timeout_redraw(float timeout) in kick_timeout_redraw() argument
225 g_RedrawTimeout = g_timeout_add(timeout * 1000, timeout_callback, NULL); in kick_timeout_redraw()
/third_party/node/deps/npm/node_modules/retry/test/integration/
H A Dtest-retry-operation.js84 timeout: 1,
90 assert.strictEqual(timeoutOpts.timeout, operation._operationTimeout);
246 assert.fail('timeout should be occurred');
/third_party/ltp/testcases/kernel/syscalls/mq_timedsend/
H A Dmq_timedsend01.c120 .timeout = 1,
178 if (tc->timeout) in do_test()
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_event.c77 const int timeout = 0; in threadfunc() local
89 if (poll(&data->evhandler.fds, 1, timeout) < 0) in threadfunc()
/third_party/lwip/src/include/lwip/
H A Dsys.h205 * "timeout" argument is non-zero, the thread should only be blocked for the
206 * specified time (measured in milliseconds). If the "timeout" argument is zero,
216 * @param timeout timeout in milliseconds to wait (0 = wait forever)
217 * @return SYS_ARCH_TIMEOUT on timeout, any other value on success
219 u32_t sys_arch_sem_wait(sys_sem_t *sem, u32_t timeout);
226 /** Wait for a semaphore - forever/no timeout */
318 * not block the thread longer than "timeout" milliseconds (similar to
319 * the sys_arch_sem_wait() function). If "timeout" is 0, the thread should
325 * SYS_ARCH_TIMEOUT if there was a timeout, an
[all...]
/third_party/pulseaudio/src/pulse/
H A Dthread-mainloop.c60 static int poll_func(struct pollfd *ufds, unsigned long nfds, int timeout, void *userdata) { in poll_func() argument
70 r = pa_poll(ufds, nfds, timeout); in poll_func()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DStream.cpp94 void Stream::setConsumerAcquireTimeout(EGLint timeout) in setConsumerAcquireTimeout() argument
96 mConsumerAcquireTimeout = timeout; in setConsumerAcquireTimeout()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.hpp61 VkResult waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout);
62 VkResult waitForSemaphores(const VkSemaphoreWaitInfo *pWaitInfo, uint64_t timeout);
/third_party/skia/third_party/externals/oboe/tests/
H A DtestStreamWaitState.cpp60 int64_t timeout = 0; // don't wait for a state change in checkWaitZeroTimeout() local
61 Result result = mStream->waitForStateChange(mStream->getState(), &next, timeout); in checkWaitZeroTimeout()
/third_party/skia/tools/android/
H A Dupload_to_android.py51 SKIA_GERRIT_INSTANCE, change_num), timeout=5)
70 response = urllib2.urlopen(REPO_TOOL_URL, timeout=5)
/third_party/typescript/tests/baselines/reference/
H A DvariableDeclaratorResolvedDuringContextualTyping.js26 static timeout(delay: number): Promise;
49 public static timeout(delay: number): TPromise<void>;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_helpers.c212 int wait_ip_addr(const char *ifname, int timeout) in wait_ip_addr() argument
215 int count = timeout; in wait_ip_addr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_helpers.c212 int wait_ip_addr(const char *ifname, int timeout) in wait_ip_addr() argument
215 int count = timeout; in wait_ip_addr()
/third_party/node/deps/undici/
H A Dundici.js23 kKeepAliveDefaultTimeout: Symbol("default keep alive timeout"),
24 kKeepAliveMaxTimeout: Symbol("max keep alive timeout"),
25 kKeepAliveTimeoutThreshold: Symbol("keep alive timeout threshold"),
26 kKeepAliveTimeoutValue: Symbol("keep alive timeout"),
28 kHeadersTimeout: Symbol("headers timeout"),
29 kBodyTimeout: Symbol("body timeout"),
650 var KEEPALIVE_TIMEOUT_EXPR = /timeout=(\d+)/;
765 timeout: socket.timeout,
7207 clearTimeout(timeout) {
[all...]
/third_party/ffmpeg/libavcodec/
H A Dv4l2_context.h159 * @param[in] timeout The timeout for dequeue (-1 to block, 0 to return immediately, or milliseconds)
162 int ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* f, int timeout);
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.h133 /** Set the libbjnp timeout for bulk and interrupt reads.
136 * @param timeout the new timeout in ms
138 extern void sanei_bjnp_set_timeout (SANE_Int devno, SANE_Int timeout);
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_serial.py33 stopbits=stopbits, bytesize=bytesize, timeout=1)
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_pipe.c42 get_abs_timeout(&req.timeout, ns); in etna_pipe_wait_ns()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_util.h34 bool lima_get_absolute_timeout(uint64_t *timeout);

Completed in 18 milliseconds

1...<<21222324252627282930>>...57