Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/uuid/
Dgen_uuid.c107 #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()
[all …]
/external/e2fsprogs/lib/et/
Derror_message.c49 #define THREAD_LOCAL static TLS macro
51 #define THREAD_LOCAL static macro
54 THREAD_LOCAL char buffer[25];