Lines Matching refs:fence_mutex
237 pipe_mutex fence_mutex; member
4940 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_free_sync_thread()
4943 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_free_sync_thread()
4949 pipe_mutex_destroy(vrend_state.fence_mutex); in vrend_free_sync_thread()
4995 pipe_mutex_lock(vrend_state.fence_mutex); in wait_sync()
4997 pipe_mutex_unlock(vrend_state.fence_mutex); in wait_sync()
5011 pipe_mutex_lock(vrend_state.fence_mutex); in thread_sync()
5016 pipe_condvar_wait(vrend_state.fence_cond, vrend_state.fence_mutex) != 0) { in thread_sync()
5025 pipe_mutex_unlock(vrend_state.fence_mutex); in thread_sync()
5027 pipe_mutex_lock(vrend_state.fence_mutex); in thread_sync()
5033 pipe_mutex_unlock(vrend_state.fence_mutex); in thread_sync()
5064 pipe_mutex_init(vrend_state.fence_mutex); in vrend_renderer_use_threaded_sync()
5072 pipe_mutex_destroy(vrend_state.fence_mutex); in vrend_renderer_use_threaded_sync()
7374 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_renderer_create_fence()
7377 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_renderer_create_fence()
7415 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_renderer_check_fences()
7421 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_renderer_check_fences()
8547 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_reset_fences()
8554 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_reset_fences()