Home
last modified time | relevance | path

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

/external/v8/src/trap-handler/
Dtrap-handler.h58 #define THREAD_LOCAL __declspec(thread) macro
61 #define THREAD_LOCAL macro
63 #define THREAD_LOCAL __thread macro
78 extern THREAD_LOCAL int g_thread_in_wasm_code;
Dhandler-shared.cc29 THREAD_LOCAL int g_thread_in_wasm_code;
/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()
609 THREAD_LOCAL int num = 0; in uuid_generate_time()
610 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];