Searched refs:FLAG2 (Results 1 - 3 of 3) 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...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc2511 int FLAG2 = 0; member in namespace:test58
2514 // The variables FLAG1 and FLAG2 used for synchronization and as
2521 while(!FLAG2)
2523 GLOB2=FLAG2;
2527 FLAG2=GLOB1;
2554 int FLAG2 = 0; member in namespace:test59
2560 while(!FLAG2) usleep(1);
2562 GLOB2=FLAG2;
2566 FLAG2=GLOB1;
2576 ANNOTATE_BENIGN_RACE(&FLAG2, "synchronizatio
2593 int FLAG2 = 0; member in namespace:test60
[all...]

Completed in 133 milliseconds