Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
D__atexit.c78 __LIBC_UNLOCK(); in __register_exitproc()
84 __LIBC_UNLOCK(); in __register_exitproc()
103 __LIBC_UNLOCK(); in __register_exitproc()
Dpico-onexit.c67 __LIBC_UNLOCK(); in _on_exit()
98 __LIBC_UNLOCK(); in __call_exitprocs()
Dnano-malloc.h50 #define MALLOC_UNLOCK do { __malloc_validate(); __LIBC_UNLOCK(); } while(0)
55 #define MALLOC_UNLOCK __LIBC_UNLOCK()
Darc4random.h41 #define _ARC4_UNLOCK() __LIBC_UNLOCK()
Dquick_exit.c62 __LIBC_UNLOCK(); in at_quick_exit()
D__call_atexit.c173 __LIBC_UNLOCK(); in __call_exitprocs()
Dmallocr.c278 #define MALLOC_UNLOCK __LIBC_UNLOCK()
/picolibc-latest/newlib/libc/tinystdio/
Dfunlockfile.c47 __LIBC_UNLOCK(); in funlockfile()
/picolibc-latest/newlib/libc/include/
Denvlock.h38 #define ENV_UNLOCK __LIBC_UNLOCK()
/picolibc-latest/newlib/libc/time/
Dlocal.h41 #define TZ_UNLOCK __LIBC_UNLOCK()
/picolibc-latest/newlib/libc/include/sys/
Dlock.h62 #define __LIBC_UNLOCK() __lock_release_recursive(&__lock___libc_recursive_mutex) macro
/picolibc-latest/newlib/libc/stdio/
Dlocal.h332 #define __sfp_lock_release() __LIBC_UNLOCK()
334 #define __sinit_lock_release() __LIBC_UNLOCK()