/third_party/alsa-lib/test/ |
H A D | timer.c | 25 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 D | usb.h | 250 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 D | usb_handle.c | 308 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 D | msm_drm.h | 159 struct drm_msm_timespec timeout; /* in */ member 296 struct drm_msm_timespec timeout; /* in */ member
|
/third_party/libdrm/include/drm/ |
H A D | tegra_drm.h | 136 * @timeout: 140 __u32 timeout; member 443 * @timeout: 447 __u32 timeout; member 1016 * @timeout: [in]
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_test_common_source.c | 227 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 D | imgui_impl_gtk3.cpp | 221 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 D | test-retry-operation.js | 84 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 D | mq_timedsend01.c | 120 .timeout = 1, 178 if (tc->timeout) in do_test()
|
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_event.c | 77 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 D | sys.h | 205 * "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 D | thread-mainloop.c | 60 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 D | Stream.cpp | 94 void Stream::setConsumerAcquireTimeout(EGLint timeout) in setConsumerAcquireTimeout() argument 96 mConsumerAcquireTimeout = timeout; in setConsumerAcquireTimeout()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDevice.hpp | 61 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 D | testStreamWaitState.cpp | 60 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 D | upload_to_android.py | 51 SKIA_GERRIT_INSTANCE, change_num), timeout=5) 70 response = urllib2.urlopen(REPO_TOOL_URL, timeout=5)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | variableDeclaratorResolvedDuringContextualTyping.js | 26 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 D | wpa_helpers.c | 212 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 D | wpa_helpers.c | 212 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 D | undici.js | 23 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 D | v4l2_context.h | 159 * @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 D | pixma_bjnp.h | 133 /** 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 D | jerry_client_serial.py | 33 stopbits=stopbits, bytesize=bytesize, timeout=1)
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_pipe.c | 42 get_abs_timeout(&req.timeout, ns); in etna_pipe_wait_ns()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_util.h | 34 bool lima_get_absolute_timeout(uint64_t *timeout);
|