Searched refs:fence_mutex (Results 1 – 1 of 1) sorted by relevance
335 pipe_mutex fence_mutex; member5854 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_free_sync_thread()5857 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_free_sync_thread()5863 pipe_mutex_destroy(vrend_state.fence_mutex); in vrend_free_sync_thread()5898 pipe_mutex_lock(vrend_state.fence_mutex); in vrend_free_fences_for_context()5911 pipe_mutex_unlock(vrend_state.fence_mutex); in vrend_free_fences_for_context()5949 pipe_mutex_lock(vrend_state.fence_mutex); in wait_sync()5952 pipe_mutex_unlock(vrend_state.fence_mutex); in wait_sync()5965 pipe_mutex_lock(vrend_state.fence_mutex); in thread_sync()5970 pipe_condvar_wait(vrend_state.fence_cond, vrend_state.fence_mutex) != 0) { in thread_sync()[all …]