Home
last modified time | relevance | path

Searched refs:poll_timeout (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_vtest.c450 int poll_timeout, in vtest_vcmd_sync_wait()
455 const uint32_t timeout = poll_timeout >= 0 && poll_timeout <= INT32_MAX in vtest_vcmd_sync_wait()
456 ? poll_timeout in vtest_vcmd_sync_wait()
852 sync_wait_poll(int fd, int poll_timeout) in sync_wait_poll() argument
860 ret = poll(&pollfd, 1, poll_timeout); in sync_wait_poll()
886 const int poll_timeout = timeout_to_poll_timeout(wait->timeout); in vtest_wait() local
902 vtest_vcmd_sync_wait(vtest, flags, poll_timeout, wait->syncs, in vtest_wait()
906 VkResult result = sync_wait_poll(fd, poll_timeout); in vtest_wait()
448 vtest_vcmd_sync_wait(struct vtest *vtest, uint32_t flags, int poll_timeout, struct vn_renderer_sync *const *syncs, const uint64_t *vals, uint32_t count) vtest_vcmd_sync_wait() argument
H A Dvn_renderer_virtgpu.c235 sim_syncobj_poll(int fd, int poll_timeout) in sim_syncobj_poll() argument
243 ret = poll(&pollfd, 1, poll_timeout); in sim_syncobj_poll()
267 sim_syncobj_update_point_locked(struct sim_syncobj *syncobj, int poll_timeout) in sim_syncobj_update_point_locked() argument
272 if (poll_timeout == -1) { in sim_syncobj_update_point_locked()
274 poll_timeout = max_cpu_timeout; in sim_syncobj_update_point_locked()
275 result = sim_syncobj_poll(syncobj->pending_fd, poll_timeout); in sim_syncobj_update_point_locked()
278 poll_timeout); in sim_syncobj_update_point_locked()
282 result = sim_syncobj_poll(syncobj->pending_fd, poll_timeout); in sim_syncobj_update_point_locked()
285 result = sim_syncobj_poll(syncobj->pending_fd, poll_timeout); in sim_syncobj_update_point_locked()
414 const int poll_timeout in sim_syncobj_wait() local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Ddfu.h73 uint8_t poll_timeout[3]; /* Time until next GETSTATUS request */ member
H A Df_dfu.c530 dev->dfu_status.poll_timeout[0] = USB_DFU_POLLTIMEOUT; in usbdev_dfu_init()
/third_party/pulseaudio/src/modules/
H A Dmodule-waveout.c74 pa_usec_t poll_timeout; member
281 pa_rtpoll_set_timer_relative(u->rtpoll, u->poll_timeout); in thread_func()
771 u->poll_timeout = pa_bytes_to_usec(u->fragments * u->fragment_size / 10, &ss); in pa__init()
772 pa_log_debug("Poll timeout = %.1f ms", (double) u->poll_timeout / PA_USEC_PER_MSEC); in pa__init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddpp-nfc.py302 poll_timeout = 0.1 if timeout is None or timeout > 0.1 else timeout
303 if not self.socket.poll('recv', poll_timeout):

Completed in 8 milliseconds