Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dlocal.h193 extern NEWLIB_THREAD_LOCAL void (*_tls_cleanup)(void);
194 #define _REENT_CLEANUP(_ptr) (_tls_cleanup)
211 if (!_tls_cleanup) \
Dfindfp.c39 NEWLIB_THREAD_LOCAL void (*_tls_cleanup)(void); variable