HomeSort by relevance Sort by last modified time
    Searched refs:s_y (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/tests/
atomic_var.c 2 * This test program triggers a single race condition on variable s_y.
33 /* g_dummy[] ensures that s_x and s_y are not in the same cache line. */
35 static int s_y = 0; variable
39 s_y = 1;
48 fprintf(stderr, "y = %d\n", s_y);
tsan_unittest.cpp 4098 static int s_y; member in namespace:test84
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 3909 static int s_y; member in namespace:test84
    [all...]

Completed in 50 milliseconds