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

  /external/valgrind/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 4102 static int s_y; member in namespace:test84
    [all...]

Completed in 692 milliseconds