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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-lock.c146 dbgprintf ("Mutator %p before lock\n", gl_thread_self ());
148 dbgprintf ("Mutator %p after lock\n", gl_thread_self ());
156 dbgprintf ("Mutator %p before unlock\n", gl_thread_self ());
158 dbgprintf ("Mutator %p after unlock\n", gl_thread_self ());
160 dbgprintf ("Mutator %p before check lock\n", gl_thread_self ());
164 dbgprintf ("Mutator %p after check unlock\n", gl_thread_self ());
169 dbgprintf ("Mutator %p dying.\n", gl_thread_self ());
180 dbgprintf ("Checker %p before check lock\n", gl_thread_self ());
184 dbgprintf ("Checker %p after check unlock\n", gl_thread_self ());
189 dbgprintf ("Checker %p dying.\n", gl_thread_self ());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/glthread/
H A Dthread.h47 current = gl_thread_self ();
48 extern gl_thread_t gl_thread_self (void);
150 # define gl_thread_self() \ macro
207 # define gl_thread_self() \ macro
259 # define gl_thread_self() \ macro
285 to implement gl_thread_self() (since GetCurrentThread () returns a pseudo-
299 # define gl_thread_self() \ macro
325 # define gl_thread_self() NULL macro
H A Dthread.c191 if (thread == gl_thread_self ())
210 gl_thread_t thread = gl_thread_self ();

Completed in 46 milliseconds