Searched refs:FLAG1 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp2834 int FLAG1 = 0; member in namespace:test58
2838 // The variables FLAG1 and FLAG2 used for synchronization and as
2843 FLAG1=GLOB2;
2853 while(!FLAG1)
2855 GLOB1=FLAG1;
2877 int FLAG1 = 0; member in namespace:test59
2882 FLAG1=GLOB2;
2892 while(!FLAG1) usleep(1);
2894 GLOB1=FLAG1;
2899 ANNOTATE_BENIGN_RACE(&FLAG1, "synchronizatio
2918 int FLAG1 = 0; member in namespace:test60
[all...]

Completed in 44 milliseconds