Searched refs:NEWLIB_THREAD_LOCAL (Results 1 – 25 of 39) sorted by relevance
12
278 #define NEWLIB_THREAD_LOCAL thread_local macro280 #define NEWLIB_THREAD_LOCAL _Thread_local macro282 #define NEWLIB_THREAD_LOCAL __thread macro285 #define NEWLIB_THREAD_LOCAL macro
101 static NEWLIB_THREAD_LOCAL int _tls_inc;139 static NEWLIB_THREAD_LOCAL char _tmpnam_buf[_TMPNAM_SIZE];
35 NEWLIB_THREAD_LOCAL __FILE *_tls_stdin = &__sf[0];36 NEWLIB_THREAD_LOCAL __FILE *_tls_stdout = &__sf[1];37 NEWLIB_THREAD_LOCAL __FILE *_tls_stderr = &__sf[2];38 NEWLIB_THREAD_LOCAL void (*_tls_cleanup)(void);
204 extern NEWLIB_THREAD_LOCAL void (*_tls_cleanup)(void);206 extern NEWLIB_THREAD_LOCAL struct _Bigint **_tls_mp_freelist;208 extern NEWLIB_THREAD_LOCAL struct _Bigint *_tls_mp_p5s;210 extern NEWLIB_THREAD_LOCAL struct _Bigint *_tls_mp_result;212 extern NEWLIB_THREAD_LOCAL int _tls_mp_result_k;
64 NEWLIB_THREAD_LOCAL struct tm _localtime_buf;
61 static NEWLIB_THREAD_LOCAL char _asctime_buf[__ASCTIME_SIZE];
65 extern NEWLIB_THREAD_LOCAL struct tm _localtime_buf;
59 extern NEWLIB_THREAD_LOCAL struct tm _localtime_buf;
58 extern NEWLIB_THREAD_LOCAL long long _rand_next;
58 NEWLIB_THREAD_LOCAL long long _rand_next = 1;
54 static NEWLIB_THREAD_LOCAL mbstate_t _wctomb_state; in wctomb()
51 extern NEWLIB_THREAD_LOCAL struct _rand48 _rand48;
52 static NEWLIB_THREAD_LOCAL _mbstate_t _mblen_state; in mblen()
36 static NEWLIB_THREAD_LOCAL char _l64a_buf[8]; in l64a()
59 static NEWLIB_THREAD_LOCAL mbstate_t _mbtowc_state; in mbtowc()
21 static NEWLIB_THREAD_LOCAL mbstate_t _wcrtomb_state; in wcrtomb()
21 #define NEWLIB_THREAD_LOCAL_ATEXIT NEWLIB_THREAD_LOCAL
20 static NEWLIB_THREAD_LOCAL unsigned short sseed[3]; in _seed48_r()
53 NEWLIB_THREAD_LOCAL volatile int32_t data_var = DATA_VAL;54 NEWLIB_THREAD_LOCAL volatile int32_t bss_var;55 _Alignas(OVERALIGN_DATA) NEWLIB_THREAD_LOCAL volatile int32_t overaligned_data_var = DATA_VAL2;56 _Alignas(OVERALIGN_BSS) NEWLIB_THREAD_LOCAL volatile int32_t overaligned_bss_var;
93 static NEWLIB_THREAD_LOCAL char *_strtok_last;
42 static NEWLIB_THREAD_LOCAL char ecvtf_buf[FTOA_MAX_DIG + 1];
42 static NEWLIB_THREAD_LOCAL char fcvtf_buf[FCVTF_MAXDIG];
44 static NEWLIB_THREAD_LOCAL char ecvt_buf[DTOA_MAX_DIG + 1];
46 static NEWLIB_THREAD_LOCAL char fcvt_buf[FCVT_MAXDIG];
64 static NEWLIB_THREAD_LOCAL char getlocalename_l_buf[32 /*ENCODING + 1*/]; in getlocalename_l()