Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxxabi/src/
H A Dfallback_malloc.cpp35 static std::__libcpp_mutex_t heap_mutex = _LIBCPP_MUTEX_INITIALIZER; variable
37 static void* heap_mutex = 0;
102 mutexor mtx(&heap_mutex); in fallback_malloc()
140 mutexor mtx(&heap_mutex); in fallback_free()
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dfallback_malloc.cpp38 static _LIBCPP_CONSTINIT std::__libcpp_mutex_t heap_mutex = _LIBCPP_MUTEX_INITIALIZER; variable
40 static _LIBCPP_CONSTINIT void* heap_mutex = 0;
135 mutexor mtx(&heap_mutex); in fallback_malloc()
194 mutexor mtx(&heap_mutex); in fallback_free()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/nvkmd/nouveau/
H A Dnvkmd_nouveau_va.c67 simple_mtx_lock(&dev->heap_mutex); in alloc_heap_addr()
71 simple_mtx_unlock(&dev->heap_mutex); in alloc_heap_addr()
80 simple_mtx_lock(&dev->heap_mutex); in free_heap_addr()
94 simple_mtx_unlock(&dev->heap_mutex); in free_heap_addr()
H A Dnvkmd_nouveau_dev.c45 simple_mtx_init(&dev->heap_mutex, mtx_plain); in nvkmd_nouveau_create_dev()
H A Dnvkmd_nouveau.h50 simple_mtx_t heap_mutex; member