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

/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp2838 int FLAG1 = 0; member in namespace:test58
2842 // The variables FLAG1 and FLAG2 used for synchronization and as
2847 FLAG1=GLOB2;
2857 while(!FLAG1)
2859 GLOB1=FLAG1;
2881 int FLAG1 = 0; member in namespace:test59
2886 FLAG1=GLOB2;
2896 while(!FLAG1) usleep(1);
2898 GLOB1=FLAG1;
2903 ANNOTATE_BENIGN_RACE(&FLAG1, "synchronizatio
2922 int FLAG1 = 0; member in namespace:test60
[all...]

Completed in 148 milliseconds