Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dlocal.h204 extern NEWLIB_THREAD_LOCAL void (*_tls_cleanup)(void);
205 #define _REENT_CLEANUP(_ptr) (_tls_cleanup)
222 if (!_tls_cleanup) \
Dfindfp.c38 NEWLIB_THREAD_LOCAL void (*_tls_cleanup)(void); variable