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

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dref_counted_internal.h26 : ref_count_(kPreAdoptSentinel) {}
34 ref_count_.store(kPreAdoptSentinel, memory_order_release);
117 int32_t expected = kPreAdoptSentinel;
129 static_cast<uint32_t>(kPreAdoptSentinel));
154 static constexpr int32_t kPreAdoptSentinel = static_cast<int32_t>(0xC0000000); member in class:fbl::internal::RefCountedBase

Completed in 19 milliseconds