Searched refs:THREAD_LOCAL (Results 1 – 3 of 3) sorted by relevance
184 [THREAD_LOCAL=$withval],185 [THREAD_LOCAL=unknown],188 AC_MSG_CHECKING([thread-locals are ${THREAD_LOCAL}])190 if test "$THREAD_LOCAL" = "unknown"; then193 [THREAD_LOCAL=before],194 [THREAD_LOCAL=unknown])196 AC_MSG_RESULT([$THREAD_LOCAL])199 if test "$THREAD_LOCAL" = "unknown"; then202 [THREAD_LOCAL=after],203 [THREAD_LOCAL=unknown])[all …]
25 #define THREAD_LOCAL __declspec(thread) macro27 #define THREAD_LOCAL __thread macro491 static THREAD_LOCAL uint64_t ID = 0; in __ompt_get_unique_id_internal()
119 #define THREAD_LOCAL(_x) _x macro121 #define THREAD_LOCAL(_x) __thread _x macro123 #define THREAD_LOCAL(_x) _x __thread macro125 #define THREAD_LOCAL(_x) __declspec(_x) macro454 static THREAD_LOCAL(xo_handle_t) xo_default_handle;455 static THREAD_LOCAL(int) xo_default_inited;550 static THREAD_LOCAL(char) bufset[XO_NUMBUFS][XO_SMBUFSZ]; in xo_printable()551 static THREAD_LOCAL(int) bufnum = 0; in xo_printable()1379 static THREAD_LOCAL(xo_retain_t) xo_retain;1380 static THREAD_LOCAL(unsigned) xo_retain_count;