Home | History | Annotate | Download | only in cctest

Lines Matching defs:turn

36 enum Turn {
43 static Turn turn = FILL_CACHE;
57 CHECK_EQ(FILL_CACHE, turn);
70 turn = CLEAN_CACHE;
76 } while (turn != SECOND_TIME_FILL_CACHE);
81 turn = DONE;
95 if (turn == CLEAN_CACHE) {
102 turn = SECOND_TIME_FILL_CACHE;
123 CHECK_EQ(DONE, turn);