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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.cc 95 ExtentsBackingStore = allocControlBlock(kExtentsSize, BufferCount);
96 if (ExtentsBackingStore == nullptr)
102 deallocControlBlock(ExtentsBackingStore, kExtentsSize, BufferCount);
103 ExtentsBackingStore = nullptr;
117 atomic_store(&ExtentsBackingStore->RefCount, 1, memory_order_release);
125 auto *E = reinterpret_cast<ExtentsPadded *>(&ExtentsBackingStore->Data +
133 Buf.ExtentsBackingStore = ExtentsBackingStore;
153 ExtentsBackingStore(nullptr),
178 incRefCount(ExtentsBackingStore);
    [all...]
xray_buffer_queue.h 64 ControlBlock *ExtentsBackingStore = nullptr;
148 ControlBlock *ExtentsBackingStore;

Completed in 11 milliseconds