Home | History | Annotate | Download | only in unittest

Lines Matching refs:s_x

3906 static int s_x = 0;
3907 /* s_dummy[] ensures that s_x and s_y are not in the same cache line. */
3914 AtomicIncrement(&s_x, 1);
3919 while (AtomicIncrement(&s_x, 0) == 0)