Home
last modified time | relevance | path

Searched refs:THREAD_LOCAL (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/libxo/
HDconfigure.ac161 [THREAD_LOCAL=$withval],
162 [THREAD_LOCAL=unknown],
165 AC_MSG_CHECKING([thread-locals are ${THREAD_LOCAL}])
167 if test "$THREAD_LOCAL" = "unknown"; then
170 [THREAD_LOCAL=before],
171 [THREAD_LOCAL=unknown])
173 AC_MSG_RESULT([$THREAD_LOCAL])
176 if test "$THREAD_LOCAL" = "unknown"; then
179 [THREAD_LOCAL=after],
180 [THREAD_LOCAL=unknown])
[all …]
/NextBSD/lib/libosxsupport/uuid/
HDgen_uuid.c115 #define THREAD_LOCAL static TLS macro
117 #define THREAD_LOCAL static macro
122 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 …]
/NextBSD/contrib/libxo/libxo/
HDlibxo.c110 #define THREAD_LOCAL(_x) _x macro
112 #define THREAD_LOCAL(_x) __thread _x macro
114 #define THREAD_LOCAL(_x) _x __thread macro
116 #define THREAD_LOCAL(_x) __declspec(_x) macro
441 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()