Searched refs:heap_mutex (Results 1 – 5 of 5) sorted by relevance
35 static std::__libcpp_mutex_t heap_mutex = _LIBCPP_MUTEX_INITIALIZER; variable37 static void* heap_mutex = 0;102 mutexor mtx(&heap_mutex); in fallback_malloc()140 mutexor mtx(&heap_mutex); in fallback_free()
38 static _LIBCPP_CONSTINIT std::__libcpp_mutex_t heap_mutex = _LIBCPP_MUTEX_INITIALIZER; variable40 static _LIBCPP_CONSTINIT void* heap_mutex = 0;135 mutexor mtx(&heap_mutex); in fallback_malloc()194 mutexor mtx(&heap_mutex); in fallback_free()
67 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()
45 simple_mtx_init(&dev->heap_mutex, mtx_plain); in nvkmd_nouveau_create_dev()
50 simple_mtx_t heap_mutex; member