Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/amdgcn/
Dmlock.c36 static void *__heap_lock_id = NULL; variable
78 if (id == __heap_lock_id) in __malloc_lock()
91 if (__heap_lock_id != NULL) in __malloc_lock()
97 __heap_lock_id = id; in __malloc_lock()
105 if (id != __heap_lock_id) in __malloc_unlock()
115 __heap_lock_id = NULL; in __malloc_unlock()