HomeSort by: relevance | last modified time | path
    Searched defs:global_x (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libpthread/
t_mutex.c 51 static int global_x; variable in typeref:typename:int
140 global_x++;
163 global_x = 0;
175 global_x++;
183 global_x, (long)joinval);
184 ATF_REQUIRE_EQ(global_x, 20000000);
196 global_x++;
218 global_x = 0;
230 global_x++;
238 global_x, (long)joinval)
    [all...]
t_mutex.c 51 static int global_x; variable in typeref:typename:int
140 global_x++;
163 global_x = 0;
175 global_x++;
183 global_x, (long)joinval);
184 ATF_REQUIRE_EQ(global_x, 20000000);
196 global_x++;
218 global_x = 0;
230 global_x++;
238 global_x, (long)joinval)
    [all...]

Completed in 21 milliseconds