Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/uuid/
Dgen_uuid.c103 #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()
[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];
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DEnhancer.java84 private static final Type THREAD_LOCAL = field in Enhancer
487 e.declare_field(Constants.PRIVATE_FINAL_STATIC, THREAD_CALLBACKS_FIELD, THREAD_LOCAL, null); in generateClass()
900 se.new_instance(THREAD_LOCAL); in emitMethods()
902 se.invoke_constructor(THREAD_LOCAL, CSTRUCT_NULL); in emitMethods()
966 e.invoke_virtual(THREAD_LOCAL, THREAD_LOCAL_SET); in emitSetThreadCallbacks()
1013 e.invoke_virtual(THREAD_LOCAL, THREAD_LOCAL_GET); in emitBindCallbacks()