Searched refs:heap_mux (Results 1 – 2 of 2) sorted by relevance
49 multi_heap_set_lock(heap->heap, &heap->heap_mux); in heap_caps_enable_nonos_stack_heaps()108 MULTI_HEAP_LOCK_INIT(&heap->heap_mux); in heap_caps_init()145 multi_heap_set_lock(heaps_array[i].heap, &heaps_array[i].heap_mux); in heap_caps_init()217 MULTI_HEAP_LOCK_INIT(&p_new->heap_mux); in heap_caps_add_region_with_caps()224 multi_heap_set_lock(p_new->heap, &p_new->heap_mux); in heap_caps_add_region_with_caps()
38 multi_heap_lock_t heap_mux; member