Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/amdgcn/
Dmlock.c35 static int __heap_lock = 0; variable
86 while (__sync_lock_test_and_set (&__heap_lock, 1)) in __malloc_lock()
116 __sync_lock_release (&__heap_lock); in __malloc_unlock()