Searched refs:gl_thread_self (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/tests/
H A Dtest-lock.c107 static inline void * gl_thread_self (void) function
131 static inline void * gl_thread_self (void) function
156 static inline void * gl_thread_self (void) function
203 static inline void * gl_thread_self (void) function
251 dbgprintf ("Mutator %p before lock\n", gl_thread_self ());
253 dbgprintf ("Mutator %p after lock\n", gl_thread_self ());
261 dbgprintf ("Mutator %p before unlock\n", gl_thread_self ());
263 dbgprintf ("Mutator %p after unlock\n", gl_thread_self ());
265 dbgprintf ("Mutator %p before check lock\n", gl_thread_self ());
269 dbgprintf ("Mutator %p after check unlock\n", gl_thread_self ());
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-lock.c103 static inline void * gl_thread_self (void) function
127 static inline void * gl_thread_self (void) function
152 static inline void * gl_thread_self (void) function
199 static inline void * gl_thread_self (void) function
247 dbgprintf ("Mutator %p before lock\n", gl_thread_self ());
249 dbgprintf ("Mutator %p after lock\n", gl_thread_self ());
257 dbgprintf ("Mutator %p before unlock\n", gl_thread_self ());
259 dbgprintf ("Mutator %p after unlock\n", gl_thread_self ());
261 dbgprintf ("Mutator %p before check lock\n", gl_thread_self ());
265 dbgprintf ("Mutator %p after check unlock\n", gl_thread_self ());
[all...]
H A Dtest-tls.c82 static inline void * gl_thread_self (void) function
106 static inline void * gl_thread_self (void) function
131 static inline void * gl_thread_self (void) function
178 static inline void * gl_thread_self (void) function
209 dbgprintf ("Worker %p started\n", gl_thread_self ());
222 dbgprintf ("Worker %p before initial verify\n", gl_thread_self ());
226 dbgprintf ("Worker %p after initial verify\n", gl_thread_self ());
230 dbgprintf ("Worker %p before first tls_set\n", gl_thread_self ());
237 dbgprintf ("Worker %p after first tls_set\n", gl_thread_self ());
243 dbgprintf ("Worker %p doing value swapping\n", gl_thread_self ());
[all...]

Completed in 178 milliseconds