Lines Matching refs:s_x
4095 static int s_x = 0;4096 /* s_dummy[] ensures that s_x and s_y are not in the same cache line. */4103 AtomicIncrement(&s_x, 1);4108 while (AtomicIncrement(&s_x, 0) == 0)