Searched refs:mutex_slab (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c1070 pthread_mutex_t mutex_slab; member in struct:nine_allocator
1088 pthread_mutex_lock(&allocator->mutex_slab);
1090 pthread_mutex_unlock(&allocator->mutex_slab);
1133 pthread_mutex_lock(&allocator->mutex_slab);
1135 pthread_mutex_unlock(&allocator->mutex_slab);
1145 pthread_mutex_lock(&allocator->mutex_slab);
1147 pthread_mutex_unlock(&allocator->mutex_slab);
1164 pthread_mutex_init(&allocator->mutex_slab, NULL);
1173 pthread_mutex_destroy(&allocator->mutex_slab);

Completed in 4 milliseconds