Home
last modified time | relevance | path

Searched refs:MULTI_HEAP_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/heap/
Dmulti_heap_platform.h27 #define MULTI_HEAP_UNLOCK(PLOCK) do { \ macro
85 #define MULTI_HEAP_UNLOCK(PLOCK) (void) (PLOCK) macro
Dmulti_heap.c93 MULTI_HEAP_UNLOCK(lock); in _multi_heap_unlock()
167 MULTI_HEAP_UNLOCK(heap->lock); in multi_heap_internal_unlock()
Dheap_caps_init.c247 MULTI_HEAP_UNLOCK(&registered_heaps_write_lock); in heap_caps_add_region_with_caps()