Home | History | Annotate | Download | only in tests

Lines Matching refs:s_y

4096 /* s_dummy[] ensures that s_x and s_y are not in the same cache line. */
4098 static int s_y;
4102 s_y = 1;
4110 printf("y = %d\n", s_y);
4117 FAST_MODE_INIT(&s_y);
4118 ANNOTATE_EXPECT_RACE_FOR_TSAN(&s_y, "test84: TP. true race.");