Searched refs:THREAD_LOCAL (Results 1 – 2 of 2) sorted by relevance
184 [THREAD_LOCAL=$withval],185 [THREAD_LOCAL=unknown],193 [THREAD_LOCAL=before],194 [THREAD_LOCAL=unknown])196 AC_MSG_RESULT([$THREAD_LOCAL])202 [THREAD_LOCAL=after],203 [THREAD_LOCAL=unknown])204 AC_MSG_RESULT([$THREAD_LOCAL])210 [THREAD_LOCAL=declspec],211 [THREAD_LOCAL=unknown])[all …]
120 #define THREAD_LOCAL(_x) _x macro122 #define THREAD_LOCAL(_x) __thread _x macro124 #define THREAD_LOCAL(_x) _x __thread macro126 #define THREAD_LOCAL(_x) __declspec(_x) macro392 static THREAD_LOCAL(xo_handle_t) xo_default_handle;393 static THREAD_LOCAL(int) xo_default_inited;499 static THREAD_LOCAL(char) bufset[XO_NUMBUFS][XO_SMBUFSZ]; in xo_printable()500 static THREAD_LOCAL(int) bufnum = 0; in xo_printable()1355 static THREAD_LOCAL(xo_retain_t) xo_retain;1356 static THREAD_LOCAL(unsigned) xo_retain_count;