Home | History | Annotate | Download | only in src

Lines Matching refs:state

59   private volatile int state = 0;
63 while (state != 1) { } // Busy loop.
65 state = 2;
70 state = 1;
71 while (state != 2) { } // Busy loop.
80 private int state = 0;
88 s = state;
94 state = 2;
102 state = 1;
108 s = state;