Searched refs:timeout_i32 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sync.c250 int32_t timeout_i32; local in function:brw_fence_client_wait_locked
283 timeout_i32 = -1;
285 timeout_i32 = timeout;
287 if (sync_wait(fence->sync_fd, timeout_i32) == -1)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sync.c337 int32_t timeout_i32; local in function:brw_fence_client_wait_locked
370 timeout_i32 = -1;
372 timeout_i32 = timeout;
374 if (sync_wait(fence->sync_fd, timeout_i32) == -1)

Completed in 6 milliseconds