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

/external/compiler-rt/lib/dfsan/
H A Ddfsan.cc32 static const dfsan_label kInitializingLabel = -1; variable
94 // (i.e. 0) use a compare-exchange to set the entry to kInitializingLabel
97 if (atomic_compare_exchange_strong(table_ent, &label, kInitializingLabel,
109 CHECK_NE(label, kInitializingLabel);
114 } else if (label == kInitializingLabel) {
119 } while (label == kInitializingLabel);
163 CHECK_NE(label, kInitializingLabel);

Completed in 27 milliseconds