Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dmulti_heap_platform.h25 #define MULTI_HEAP_LOCK(PLOCK) do { \ argument
32 #define MULTI_HEAP_UNLOCK(PLOCK) do { \ argument
38 #define MULTI_HEAP_LOCK_INIT(PLOCK) do { \ argument
89 #define MULTI_HEAP_LOCK(PLOCK) (void) (PLOCK) argument
90 #define MULTI_HEAP_UNLOCK(PLOCK) (void) (PLOCK) argument
91 #define MULTI_HEAP_LOCK_INIT(PLOCK) (void) (PLOCK) argument