Lines Matching refs:THREAD_LOCAL
103 #define THREAD_LOCAL static TLS macro
105 #define THREAD_LOCAL static macro
110 THREAD_LOCAL unsigned short jrand_seed[3];
312 THREAD_LOCAL int adjustment = 0; in get_clock()
313 THREAD_LOCAL struct timeval last = {0, 0}; in get_clock()
314 THREAD_LOCAL int state_fd = -2; in get_clock()
315 THREAD_LOCAL FILE *state_f; in get_clock()
316 THREAD_LOCAL uint16_t clock_seq; in get_clock()
588 THREAD_LOCAL int num = 0; in uuid_generate_time()
589 THREAD_LOCAL struct uuid uu; in uuid_generate_time()
590 THREAD_LOCAL time_t last_time = 0; in uuid_generate_time()