Home | History | Annotate | Download | only in thread.condition.condvarany

Lines Matching refs:test2

32 int test2 = 0;
47 assert(test2 == 0);
48 while (test2 == 0)
50 assert(test2 == 1);
51 test2 = 2;
62 test2 = 1;
74 else if (test2 == 2)
77 test2 = 0;
91 else if (test2 == 2)
94 test2 = 0;