Searched refs:heap_mux (Results 1 – 2 of 2) sorted by relevance
41 multi_heap_set_lock(heap->heap, &heap->heap_mux); in heap_caps_enable_nonos_stack_heaps()104 MULTI_HEAP_LOCK_INIT(&heap->heap_mux); in heap_caps_init()141 multi_heap_set_lock(heaps_array[i].heap, &heaps_array[i].heap_mux); in heap_caps_init()232 MULTI_HEAP_LOCK_INIT(&p_new->heap_mux); in heap_caps_add_region_with_caps()239 multi_heap_set_lock(p_new->heap, &p_new->heap_mux); in heap_caps_add_region_with_caps()
30 multi_heap_lock_t heap_mux; member