Searched refs:fence_mutex (Results 1 – 1 of 1) sorted by relevance
237 pipe_mutex fence_mutex; member4940 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()[all …]