Home
last modified time | relevance | path

Searched refs:timeout (Results 826 - 850 of 1423) sorted by relevance

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c160 int timeout; in hostapd_ctrl_iface_wps_pin() local
171 timeout = atoi(timeout_txt); in hostapd_ctrl_iface_wps_pin()
179 timeout = 0; in hostapd_ctrl_iface_wps_pin()
181 return hostapd_wps_add_pin(hapd, addr, txt, pin, timeout); in hostapd_ctrl_iface_wps_pin()
448 int timeout = 300; in hostapd_ctrl_iface_wps_ap_pin() local
463 timeout = atoi(pos); in hostapd_ctrl_iface_wps_ap_pin()
464 pin_txt = hostapd_wps_ap_pin_random(hapd, timeout); in hostapd_ctrl_iface_wps_ap_pin()
485 timeout = atoi(pos); in hostapd_ctrl_iface_wps_ap_pin()
489 if (hostapd_wps_ap_pin_set(hapd, pin, timeout) < 0) in hostapd_ctrl_iface_wps_ap_pin()
1002 unsigned int auto_report, timeout; in hostapd_ctrl_iface_coloc_intf_req() local
[all...]
/third_party/backends/backend/pixma/
H A Dpixma.h62 * (ev = pixma_wait_event(scanner, timeout)) > 0) {
496 * \param[in] timeout in milliseconds, less than 0 means forever
502 uint32_t pixma_wait_event (pixma_t *, int timeout);
/third_party/backends/include/sane/
H A Dsanei_usb.h370 /** Set the libusb timeout for bulk and interrupt reads.
372 * @param timeout the new timeout in ms
374 extern void sanei_usb_set_timeout (SANE_Int timeout);
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Df_generic.h125 uint32_t timeout; /* sync timeout */ member
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_bo.c76 get_abs_timeout(&req.timeout, PIPE_TIMEOUT_INFINITE); in msm_bo_cpu_prep()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_drmif.h163 /* timeout in nanosec */
165 uint64_t timeout);
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h152 long timeout; member
/third_party/ltp/include/
H A Dtst_test.h355 unsigned int tst_multiply_timeout(unsigned int timeout);
/third_party/musl/porting/linux/user/src/network/
H A Dlookup.h50 unsigned timeout; member
/third_party/musl/src/network/
H A Dlookup.h53 unsigned timeout; member
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_ops.h90 int (*sem_timedwait)(sem_t *sem, const struct timespec *timeout);
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.h257 bool amdgpu_fence_wait(struct pipe_fence_handle *fence, uint64_t timeout,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.h80 EGLint clientWaitSyncKHR(EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) const;
H A Dfunctionsegl_typedefs.h105 EGLTime timeout);
/third_party/spirv-tools/kokoro/scripts/windows/
H A Dbuild.bat83 ctest -C %BUILD_TYPE% --output-on-failure --timeout 300
/third_party/ffmpeg/libavformat/
H A Dlibssh.c56 long timeout = libssh->rw_timeout * 1000; in libssh_create_ssh_session() local
57 ssh_options_set(libssh->session, SSH_OPTIONS_TIMEOUT_USEC, &timeout); in libssh_create_ssh_session()
479 {"timeout", "set timeout of socket I/O operations", OFFSET(rw_timeout), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, D|E },
/third_party/glfw/deps/
H A Dtinycthread.c237 static int _cnd_timedwait_win32(cnd_t *cond, mtx_t *mtx, DWORD timeout) in _cnd_timedwait_win32() argument
252 result = WaitForMultipleObjects(2, cond->mEvents, FALSE, timeout); in _cnd_timedwait_win32()
/third_party/backends/testsuite/sanei/
H A Dsanei_usb_test.c686 /** test timeout functions : libusb only
693 int timeout = libusb_timeout; in test_timeout() local
698 printf ("ERROR: failed to set timeout\n"); in test_timeout()
701 sanei_usb_set_timeout (timeout); in test_timeout()
851 /* test timeout function */ in main()
/third_party/libuv/src/unix/
H A Dos390-syscalls.c283 int maxevents, int timeout) { in epoll_wait()
312 pollret = poll(pfds, size, timeout); in epoll_wait()
282 epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, int maxevents, int timeout) epoll_wait() argument
/third_party/libwebsockets/include/
H A Dlibwebsockets.h513 int poll(struct pollfd *fds, int nfds, int timeout);
588 #include <libwebsockets/lws-timeout-timer.h>
/third_party/mesa3d/src/gallium/include/winsys/
H A Dradeon_winsys.h345 * The timeout of 0 will only return the status.
346 * The timeout of PIPE_TIMEOUT_INFINITE will always wait until the buffer
350 uint64_t timeout, unsigned usage);
655 * The timeout of 0 will only return the status.
656 * The timeout of PIPE_TIMEOUT_INFINITE will always wait until the fence
659 bool (*fence_wait)(struct radeon_winsys *ws, struct pipe_fence_handle *fence, uint64_t timeout);
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_context.c379 xa_fence_wait(struct xa_fence *fence, uint64_t timeout) in xa_fence_wait() argument
388 timed_out = !screen->fence_finish(screen, NULL, fence->pipe_fence, timeout); in xa_fence_wait()
/third_party/node/lib/internal/test_runner/
H A Drunner.js488 const { concurrency, timeout, signal, files, inspectPort, watch, setup, only } = options;
535 const root = createTestTree({ __proto__: null, concurrency, timeout, signal });
/third_party/nghttp2/src/
H A Dshrpx_api_downstream_connection.cc368 downstreamconf->timeout = src->timeout; in handle_backendconfig()
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c291 int sem_timedwait(sem_t *sem, const struct timespec *timeout) in sem_timedwait() argument
293 return g_usrLibc->sem_timedwait(sem, timeout); in sem_timedwait()

Completed in 19 milliseconds

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