Lines Matching refs:THREAD_LOCAL
107 #define THREAD_LOCAL static TLS macro
109 #define THREAD_LOCAL static macro
114 THREAD_LOCAL unsigned short jrand_seed[3];
313 THREAD_LOCAL int adjustment = 0; in get_clock()
314 THREAD_LOCAL struct timeval last = {0, 0}; in get_clock()
315 THREAD_LOCAL int state_fd = -2; in get_clock()
316 THREAD_LOCAL FILE *state_f; in get_clock()
317 THREAD_LOCAL uint16_t clock_seq; in get_clock()
605 THREAD_LOCAL int num = 0; in uuid_generate_time()
606 THREAD_LOCAL struct uuid uu; in uuid_generate_time()
607 THREAD_LOCAL time_t last_time = 0; in uuid_generate_time()