Home | History | Annotate | Download | only in unittest

Lines Matching refs:FLAG1

2510 int     FLAG1 = 0;
2514 // The variables FLAG1 and FLAG2 used for synchronization and as
2519 FLAG1=GLOB2;
2529 while(!FLAG1)
2531 GLOB1=FLAG1;
2553 int FLAG1 = 0;
2558 FLAG1=GLOB2;
2568 while(!FLAG1) usleep(1);
2570 GLOB1=FLAG1;
2575 ANNOTATE_BENIGN_RACE(&FLAG1, "synchronization via 'safe' race");
2594 int FLAG1 = 0;
2599 FLAG1=GLOB2;
2629 GLOB1=FLAG1;