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

/external/smack/src/org/xbill/DNS/
H A DKEYRecord.java101 public static final int FLAG2 = 0x2000; field in class:KEYRecord.Flags
197 flags.add(FLAG2, "FLAG2");
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp2835 int FLAG2 = 0; member in namespace:test58
2838 // The variables FLAG1 and FLAG2 used for synchronization and as
2845 while(!FLAG2)
2847 GLOB2=FLAG2;
2851 FLAG2=GLOB1;
2878 int FLAG2 = 0; member in namespace:test59
2884 while(!FLAG2) usleep(1);
2886 GLOB2=FLAG2;
2890 FLAG2=GLOB1;
2900 ANNOTATE_BENIGN_RACE(&FLAG2, "synchronizatio
2917 int FLAG2 = 0; member in namespace:test60
[all...]

Completed in 667 milliseconds