Home
last modified time | relevance | path

Searched defs:PLOCK (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/heap/
Dmulti_heap_platform.h33 #define MULTI_HEAP_LOCK(PLOCK) do { \ argument
40 #define MULTI_HEAP_UNLOCK(PLOCK) do { \ argument
46 #define MULTI_HEAP_LOCK_INIT(PLOCK) do { \ argument
97 #define MULTI_HEAP_LOCK(PLOCK) (void) (PLOCK) argument
98 #define MULTI_HEAP_UNLOCK(PLOCK) (void) (PLOCK) argument
99 #define MULTI_HEAP_LOCK_INIT(PLOCK) (void) (PLOCK) argument