Home | History | Annotate | Download | only in tests

Lines Matching refs:FLAG

2638 // The variable FLAG works as an implicit semaphore. 
2647 // 3. FLAG = true
2650 // b. f = FLAG;
2659 bool FLAG = false;
2665 FLAG = true;
2674 FLAG;
2703 bool FLAG = false;
2709 FLAG = true;
2719 f = FLAG;
6065 // Please use --suppressions=unittest.supp flag when running this test.