Searched refs:_tls_cleanup (Results 1 – 2 of 2) sorted by relevance
204 extern NEWLIB_THREAD_LOCAL void (*_tls_cleanup)(void);205 #define _REENT_CLEANUP(_ptr) (_tls_cleanup)222 if (!_tls_cleanup) \
38 NEWLIB_THREAD_LOCAL void (*_tls_cleanup)(void); variable