Home | History | Annotate | Download | only in articles

Lines Matching full:flag2

1724 <code>flag1</code> and <code>flag2</code> are false:</p>
1733 if (flag2 == false)<br />
1735 <td><code>flag2 = true<br />
1741 <p><code>flag1</code> and <code>flag2</code> are declared as volatile boolean
1768 <code>flag2</code> are volatile, and volatile accesses are considered
1797 example) the write to flag1 is observed before the read of flag2. We could