| /third_party/glfw/src/ |
| H A D | win32_window.c | 2192 void _glfwWaitEventsTimeoutWin32(double timeout) in _glfwWaitEventsTimeoutWin32() argument
|
| H A D | x11_window.c | 63 static GLFWbool waitForX11Event(double* timeout) in waitForX11Event() argument 80 static GLFWbool waitForAnyEvent(double* timeout) in waitForAnyEvent() argument 142 double timeout = 0.1; in waitForVisibilityNotify() local 2261 double timeout in _glfwGetWindowFrameSizeX11() local 2823 _glfwWaitEventsTimeoutX11(double timeout) _glfwWaitEventsTimeoutX11() argument [all...] |
| /third_party/backends/backend/ |
| H A D | magicolor.c | 2064 struct timeval timeout; in mc_network_discovery() local 2163 int vendor, product, timeout; attach_one_config() local [all...] |
| H A D | kodakaio.c | 2517 int vendor, product, timeout; in attach_one_config() local [all...] |
| /third_party/backends/backend/pixma/ |
| H A D | pixma_mp800.c | 1154 static int handle_interrupt (pixma_t * s, int timeout) in handle_interrupt() argument 2372 static void mp810_wait_event (pixma_t * s, int timeout) in mp810_wait_event() argument
|
| H A D | pixma_bjnp.c | 668 struct timeval timeout; in udp_command() local 1399 struct timeval timeout; in bjnp_recv_header() local 1562 struct timeval timeout; in bjnp_recv_data() local 1946 add_timeout_to_uri(char *uri, int timeout, int max_len) add_timeout_to_uri() argument 2029 struct timeval timeout; sanei_bjnp_find_devices() local 2377 sanei_bjnp_set_timeout(SANE_Int devno, SANE_Int timeout) sanei_bjnp_set_timeout() argument [all...] |
| /third_party/backends/frontend/ |
| H A D | saned.c | 108 poll (struct pollfd *ufds, unsigned int nfds, int timeout) in poll() argument 1656 struct timeval tv, *timeout = 0; in do_scan() local
|
| /third_party/curl/lib/ |
| H A D | ftp.c | 642 timediff_t timeout = Curl_pp_state_timeout(data, pp, FALSE); Curl_GetFTPResponse() local [all...] |
| /third_party/cares/include/ |
| H A D | ares.h | 261 int timeout; /* in seconds or milliseconds, depending on options */ member
|
| /third_party/FreeBSD/sys/dev/usb/controller/ |
| H A D | xhci.c | 1133 uint8_t timeout = 0; in xhci_do_command() local [all...] |
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_hub.c | 662 uint8_t timeout; in uhub_reattach_port() local
|
| H A D | usb_ioctl.h | 194 uint16_t timeout; /* in milliseconds */ member
|
| H A D | usbdi.h | 224 usb_timeout_t timeout; /* transfer timeout in milliseconds */ member
|
| /third_party/libuv/src/unix/ |
| H A D | core.c | 428 int timeout; in uv_run() local 1802 struct timespec timeout; in uv_sleep() local [all...] |
| /third_party/libdrm/freedreno/kgsl/ |
| H A D | msm_kgsl.h | 233 unsigned int timeout; member 242 unsigned int timeout; member
|
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglapi.c | 1984 _eglClientWaitSyncCommon(_EGLDisplay *disp, EGLDisplay dpy, _EGLSync *s, EGLint flags, EGLTime timeout) _eglClientWaitSyncCommon() argument 2018 eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) eglClientWaitSync() argument 2028 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) eglClientWaitSyncKHR() argument
|
| /third_party/ltp/lib/ |
| H A D | tst_test.c | 70 unsigned int timeout; member 521 int timeout, runtime; in print_help() local 1548 unsigned int tst_multiply_timeout(unsigned int timeout) in tst_multiply_timeout() argument 1560 unsigned int timeout = DEFAULT_TIMEOUT; set_timeout() local [all...] |
| /third_party/node/src/ |
| H A D | cares_wrap.cc | 662 const int timeout = args[0].As<Int32>()->Value(); in New() local 753 int timeout = timeout_; in StartTimer() local 638 ChannelWrap( Environment* env, Local<Object> object, int timeout, int tries) ChannelWrap() argument [all...] |
| /third_party/nghttp2/src/ |
| H A D | h2load.cc | 670 void Client::timeout() { in timeout() function in h2load::Client [all...] |
| H A D | shrpx_config.cc | 4623 auto &timeout = g.timeout; configure_downstream_group() local [all...] |
| /third_party/node/deps/cares/include/ |
| H A D | ares.h | 317 int timeout; /* in seconds or milliseconds, depending on options */ member
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_conn.h | 633 ngtcp2_duration timeout; member
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 1100 static uint64_t wsi_get_absolute_timeout(uint64_t timeout) in wsi_get_absolute_timeout() argument 1114 x11_acquire_next_image_poll_x11(struct x11_swapchain *chain, uint32_t *image_index, uint64_t timeout) x11_acquire_next_image_poll_x11() argument 1183 x11_acquire_next_image_from_queue(struct x11_swapchain *chain, uint32_t *image_index_out, uint64_t timeout) x11_acquire_next_image_from_queue() argument 1364 uint64_t timeout = info->timeout; x11_acquire_next_image() local [all...] |
| /third_party/libdrm/tests/modetest/ |
| H A D | modetest.c | 1811 struct timeval timeout = { .tv_sec = 3, .tv_usec = 0 }; in test_page_flip() local
|
| /third_party/lwip/src/api/ |
| H A D | sockets.c | 2034 lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, struct timeval *timeout) lwip_select() argument 2396 lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout) lwip_poll() argument [all...] |