HomeSort by: relevance | last modified time | path
    Searched defs:Extents (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.cc 85 auto Size = atomic_load_relaxed(B.Extents);
86 auto Extents =
88 Serialized.append(reinterpret_cast<const char *>(&Extents),
89 sizeof(Extents));
test_helpers.cc 85 auto Size = atomic_load_relaxed(B.Extents);
86 auto Extents =
88 Serialized.append(reinterpret_cast<const char *>(&Extents),
89 sizeof(Extents));
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.cc 62 atomic_uint64_t Extents;
127 Buf.Extents = &E->Extents;
128 atomic_store(Buf.Extents, 0, memory_order_release);
213 atomic_store(B->Buff.Extents, atomic_load(Buf.Extents, memory_order_acquire),
xray_buffer_queue.cc 62 atomic_uint64_t Extents;
127 Buf.Extents = &E->Extents;
128 atomic_store(Buf.Extents, 0, memory_order_release);
213 atomic_store(B->Buff.Extents, atomic_load(Buf.Extents, memory_order_acquire),
xray_buffer_queue.h 35 /// store for all buffers and extents managed by a BufferQueue instance. The
56 atomic_uint64_t *Extents = nullptr;
147 // The collocated ControlBlock and extents storage.
xray_buffer_queue.h 35 /// store for all buffers and extents managed by a BufferQueue instance. The
56 atomic_uint64_t *Extents = nullptr;
147 // The collocated ControlBlock and extents storage.

Completed in 23 milliseconds