HomeSort by: relevance | last modified time | path
    Searched refs:RefCount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.cc 47 if (atomic_fetch_sub(&C->RefCount, 1, memory_order_acq_rel) == 1)
54 atomic_fetch_add(&C->RefCount, 1, memory_order_acq_rel);
114 // First, we initialize the refcount in the ControlBlock, which we treat as
116 atomic_store(&BackingStore->RefCount, 1, memory_order_release);
117 atomic_store(&ExtentsBackingStore->RefCount, 1, memory_order_release);
xray_buffer_queue.h 45 atomic_uint64_t RefCount;

Completed in 11 milliseconds