Searched refs:_tls_cleanup (Results 1 – 2 of 2) sorted by relevance
193 extern NEWLIB_THREAD_LOCAL void (*_tls_cleanup)(void);194 #define _REENT_CLEANUP(_ptr) (_tls_cleanup)211 if (!_tls_cleanup) \
39 NEWLIB_THREAD_LOCAL void (*_tls_cleanup)(void); variable