Searched refs:THREAD_LOCAL (Results 1 – 3 of 3) sorted by relevance
161 [THREAD_LOCAL=$withval],162 [THREAD_LOCAL=unknown],165 AC_MSG_CHECKING([thread-locals are ${THREAD_LOCAL}])167 if test "$THREAD_LOCAL" = "unknown"; then170 [THREAD_LOCAL=before],171 [THREAD_LOCAL=unknown])173 AC_MSG_RESULT([$THREAD_LOCAL])176 if test "$THREAD_LOCAL" = "unknown"; then179 [THREAD_LOCAL=after],180 [THREAD_LOCAL=unknown])[all …]
115 #define THREAD_LOCAL static TLS macro117 #define THREAD_LOCAL static macro122 THREAD_LOCAL unsigned short jrand_seed[3];324 THREAD_LOCAL int adjustment = 0; in get_clock()325 THREAD_LOCAL struct timeval last = {0, 0}; in get_clock()326 THREAD_LOCAL int state_fd = -2; in get_clock()327 THREAD_LOCAL FILE *state_f; in get_clock()328 THREAD_LOCAL uint16_t clock_seq; in get_clock()611 THREAD_LOCAL int num = 0; in uuid_generate_time()612 THREAD_LOCAL struct uuid uu; in uuid_generate_time()[all …]
110 #define THREAD_LOCAL(_x) _x macro112 #define THREAD_LOCAL(_x) __thread _x macro114 #define THREAD_LOCAL(_x) _x __thread macro116 #define THREAD_LOCAL(_x) __declspec(_x) macro441 static THREAD_LOCAL(xo_handle_t) xo_default_handle;442 static THREAD_LOCAL(int) xo_default_inited;530 static THREAD_LOCAL(char) bufset[XO_NUMBUFS][XO_SMBUFSZ]; in xo_printable()531 static THREAD_LOCAL(int) bufnum = 0; in xo_printable()