Home | History | Annotate | Download | only in unittest

Lines Matching defs:GLOB2

2463 int     GLOB2 = 0;
2471 ANNOTATE_BENIGN_RACE(&GLOB2, "No race. The tool should be silent");
2509 int GLOB2 = 2;
2519 FLAG1=GLOB2;
2523 GLOB2=FLAG2;
2540 printf("\tGLOB2=%d\n", GLOB2);
2552 int GLOB2 = 2;
2558 FLAG1=GLOB2;
2562 GLOB2=FLAG2;
2581 printf("\tGLOB2=%d\n", GLOB2);
2592 int GLOB2 = 2;
2599 FLAG1=GLOB2;
2612 GLOB2=FLAG2;
2638 printf("\tGLOB2=%d\n", GLOB2);
2850 int GLOB2 = 0;
2864 GLOB2 = 1;
2885 GLOB2 = 2;
2893 printf("\tGLOB=%d/%d\n", GLOB1, GLOB2);