/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 160 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 D | pixma.h | 62 * (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 D | sanei_usb.h | 370 /** 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 D | f_generic.h | 125 uint32_t timeout; /* sync timeout */ member
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_bo.c | 76 get_abs_timeout(&req.timeout, PIPE_TIMEOUT_INFINITE); in msm_bo_cpu_prep()
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_drmif.h | 163 /* timeout in nanosec */ 165 uint64_t timeout);
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A D | ssl_types.h | 152 long timeout; member
|
/third_party/ltp/include/ |
H A D | tst_test.h | 355 unsigned int tst_multiply_timeout(unsigned int timeout);
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup.h | 50 unsigned timeout; member
|
/third_party/musl/src/network/ |
H A D | lookup.h | 53 unsigned timeout; member
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_ops.h | 90 int (*sem_timedwait)(sem_t *sem, const struct timespec *timeout);
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.h | 257 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 D | FunctionsEGL.h | 80 EGLint clientWaitSyncKHR(EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) const;
|
H A D | functionsegl_typedefs.h | 105 EGLTime timeout);
|
/third_party/spirv-tools/kokoro/scripts/windows/ |
H A D | build.bat | 83 ctest -C %BUILD_TYPE% --output-on-failure --timeout 300
|
/third_party/ffmpeg/libavformat/ |
H A D | libssh.c | 56 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 D | tinycthread.c | 237 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 D | sanei_usb_test.c | 686 /** 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 D | os390-syscalls.c | 283 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 D | libwebsockets.h | 513 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 D | radeon_winsys.h | 345 * 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 D | xa_context.c | 379 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 D | runner.js | 488 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 D | shrpx_api_downstream_connection.cc | 368 downstreamconf->timeout = src->timeout; in handle_backendconfig()
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 291 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()
|