Lines Matching defs:s_y
4100 /* s_dummy[] ensures that s_x and s_y are not in the same cache line. */4102 static int s_y;4106 s_y = 1;4114 printf("y = %d\n", s_y);4121 FAST_MODE_INIT(&s_y);4122 ANNOTATE_EXPECT_RACE_FOR_TSAN(&s_y, "test84: TP. true race.");