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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp33 static const dfsan_label kInitializingLabel = -1; variable
155 if (label == kInitializingLabel) {
180 // (i.e. 0) use a compare-exchange to set the entry to kInitializingLabel
183 if (atomic_compare_exchange_strong(table_ent, &label, kInitializingLabel,
200 } else if (label == kInitializingLabel) {
205 } while (label == kInitializingLabel);
454 __dfsan_label_info[kInitializingLabel].desc = "<init label>";

Completed in 54 milliseconds