Searched defs:THREAD_LOCAL (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/et/
H A Derror_message.c46 #define THREAD_LOCAL static TLS macro
48 #define THREAD_LOCAL static macro
51 THREAD_LOCAL char buffer[25];
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c102 #define THREAD_LOCAL static TLS macro
104 #define THREAD_LOCAL static macro
109 THREAD_LOCAL unsigned short jrand_seed[3];
308 THREAD_LOCAL int adjustment = 0;
309 THREAD_LOCAL struct timeval last = {0, 0};
310 THREAD_LOCAL int state_fd = -2;
311 THREAD_LOCAL FILE *state_f;
312 THREAD_LOCAL uint16_t clock_seq;
583 THREAD_LOCAL int num = 0;
584 THREAD_LOCAL struc
[all...]

Completed in 110 milliseconds