Home
last modified time | relevance | path

Searched refs:global_queue_ (Results 1 – 2 of 2) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_handle.h107 ABSL_RAW_CHECK(queue_ == &global_queue_, "ODR violation in Cord"); in ODRCheck()
111 ABSL_CONST_INIT static Queue global_queue_; variable
112 Queue* const queue_ = &global_queue_;
Dcordz_handle.cc27 ABSL_CONST_INIT CordzHandle::Queue CordzHandle::global_queue_(absl::kConstInit);
96 SpinLockHolder lock(&global_queue_.mutex); in DiagnosticsGetDeleteQueue()
97 CordzHandle* dq_tail = global_queue_.dq_tail.load(std::memory_order_acquire); in DiagnosticsGetDeleteQueue()