Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer_sp.c51 static pthread_mutex_t flush_mtx = PTHREAD_MUTEX_INITIALIZER; variable
209 pthread_mutex_lock(&flush_mtx); in fd_submit_sp_flush_execute()
213 pthread_mutex_unlock(&flush_mtx); in fd_submit_sp_flush_execute()
377 pthread_mutex_lock(&flush_mtx); in fd_pipe_sp_flush()
379 pthread_cond_wait(&flush_cnd, &flush_mtx); in fd_pipe_sp_flush()
381 pthread_mutex_unlock(&flush_mtx); in fd_pipe_sp_flush()