Home | History | Annotate | Download | only in tests

Lines Matching refs:FLAG

2642 // The variable FLAG works as an implicit semaphore. 
2651 // 3. FLAG = true
2654 // b. f = FLAG;
2663 bool FLAG = false;
2669 FLAG = true;
2678 f = FLAG;
2707 bool FLAG = false;
2713 FLAG = true;
2723 f = FLAG;
6069 // Please use --suppressions=unittest.supp flag when running this test.