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

/xsrc/external/mit/xorg-server/dist/os/
H A Dxserver_poll.c153 (int poll_timeout, struct timeval *pSelTimeout)
174 switch (poll_timeout)
195 pSelTimeout->tv_sec = poll_timeout / 1000; /* get seconds */
196 poll_timeout %= 1000; /* remove seconds */
197 pSelTimeout->tv_usec = poll_timeout * 1000; /* get microseconds */
152 map_timeout(int poll_timeout,struct timeval * pSelTimeout) argument
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_renderer_vtest.c446 int poll_timeout,
451 const uint32_t timeout = poll_timeout >= 0 && poll_timeout <= INT32_MAX
452 ? poll_timeout
828 sync_wait_poll(int fd, int poll_timeout) argument
836 ret = poll(&pollfd, 1, poll_timeout);
862 const int poll_timeout = timeout_to_poll_timeout(wait->timeout); local in function:vtest_wait
878 vtest_vcmd_sync_wait(vtest, flags, poll_timeout, wait->syncs,
882 VkResult result = sync_wait_poll(fd, poll_timeout);
444 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) argument
H A Dvn_renderer_virtgpu.c207 sim_syncobj_poll(int fd, int poll_timeout) argument
215 ret = poll(&pollfd, 1, poll_timeout);
239 sim_syncobj_update_point_locked(struct sim_syncobj *syncobj, int poll_timeout) argument
244 if (poll_timeout == -1) {
246 poll_timeout = max_cpu_timeout;
247 result = sim_syncobj_poll(syncobj->pending_fd, poll_timeout);
250 poll_timeout);
254 result = sim_syncobj_poll(syncobj->pending_fd, poll_timeout);
257 result = sim_syncobj_poll(syncobj->pending_fd, poll_timeout);
386 const int poll_timeout local in function:sim_syncobj_wait
[all...]

Completed in 7 milliseconds