Home | History | Annotate | Download | only in freedreno

Lines Matching full:table_lock

36 static pthread_mutex_t table_lock = PTHREAD_MUTEX_INITIALIZER;
40 /* set buffer name, and add to table, call w/ table_lock held: */
48 /* lookup a buffer, call w/ table_lock held: */
62 /* allocate a new buffer object, call w/ table_lock held */
86 /* Frees older cached buffers. Called under table_lock */
150 pthread_mutex_lock(&table_lock);
167 pthread_mutex_unlock(&table_lock);
199 pthread_mutex_lock(&table_lock);
202 pthread_mutex_unlock(&table_lock);
212 pthread_mutex_lock(&table_lock);
221 pthread_mutex_unlock(&table_lock);
233 pthread_mutex_lock(&table_lock);
250 pthread_mutex_unlock(&table_lock);
262 pthread_mutex_lock(&table_lock);
283 pthread_mutex_unlock(&table_lock);
301 pthread_mutex_lock(&table_lock);
327 pthread_mutex_unlock(&table_lock);
330 /* Called under table_lock */
366 pthread_mutex_lock(&table_lock);
368 pthread_mutex_unlock(&table_lock);