Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c201 pthread_mutex_t mutex_pending_frees; member
489 pthread_mutex_lock(&allocator->mutex_pending_frees); in nine_flush_pending_frees()
511 pthread_mutex_unlock(&allocator->mutex_pending_frees); in nine_flush_pending_frees()
836 pthread_mutex_lock(&allocator->mutex_pending_frees); in nine_free_worker()
839 pthread_mutex_unlock(&allocator->mutex_pending_frees); in nine_free_worker()
1010 pthread_mutex_init(&allocator->mutex_pending_frees, NULL); in nine_allocator_create()
1023 pthread_mutex_destroy(&allocator->mutex_pending_frees); in nine_allocator_destroy()