Home
last modified time | relevance | path

Searched refs:os_time_sleep (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/util/
Dos_time.h81 os_time_sleep(int64_t usecs);
Dos_time.c93 os_time_sleep(int64_t usecs) in os_time_sleep() function
/third_party/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c76 os_time_sleep(thread_id * 100 * 1000); in thread_function()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_common.c147 os_time_sleep(base_sleep_us << shift); in vn_relax()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_gpu_load.c123 os_time_sleep(sleep_us); in r600_gpu_load_thread()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gpu_load.c139 os_time_sleep(sleep_us); in si_gpu_load_thread()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_query.c295 os_time_sleep(10 * 1000); in dzn_GetQueryPoolResults()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_framebuffer.c674 os_time_sleep(wait); in wait_swap_interval()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.c615 os_time_sleep(10); in virgl_fence_wait()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_core.c810 os_time_sleep(1); in rbug_thread()
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c1063 os_time_sleep(10); in virgl_fence_wait()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c158 os_time_sleep(10); in radeon_bo_wait()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1626 os_time_sleep(1000); in amdgpu_cs_submit_ib()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst3096 - dzn: Use os_time_sleep instead of Win32 Sleep