Home
last modified time | relevance | path

Searched refs:global_x (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/tests/lib/libpthread/
Dt_mutex.c51 static int global_x; variable
140 global_x++; in mutex2_threadfunc()
163 global_x = 0; in ATF_TC_BODY()
175 global_x++; in ATF_TC_BODY()
183 global_x, (long)joinval); in ATF_TC_BODY()
184 ATF_REQUIRE_EQ(global_x, 20000000); in ATF_TC_BODY()
196 global_x++; in mutex3_threadfunc()
218 global_x = 0; in ATF_TC_BODY()
230 global_x++; in ATF_TC_BODY()
238 global_x, (long)joinval); in ATF_TC_BODY()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dexpand-sals.cc26 volatile int global_x; variable
33 global_x = func (); /* caller-line */ in A()