Home | History | Annotate | Download | only in tests

Lines Matching refs:GLOBAL

2843 // temporary variables for swapping two global values.
4348 int GLOBAL = 0;
4355 GLOBAL = 1;
5215 // test110: TP. Simple races with stack, global and heap objects. {{{1
5273 ANNOTATE_EXPECT_RACE(&GLOB, "real race on global object");
5275 ANNOTATE_EXPECT_RACE(&STATIC, "real race on a static global object");