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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h 57 uint64_t Generation{0};
163 // We use a generation number to identify buffers and which generation they're
165 atomic_uint64_t Generation;
224 /// Initializes the buffer queue, starting a new generation. We can re-set the
237 uint64_t generation() const { function in class:__xray::BufferQueue
238 return atomic_load(&Generation, memory_order_acquire);
xray_buffer_queue.h 57 uint64_t Generation{0};
163 // We use a generation number to identify buffers and which generation they're
165 atomic_uint64_t Generation;
224 /// Initializes the buffer queue, starting a new generation. We can re-set the
237 uint64_t generation() const { function in class:__xray::BufferQueue
238 return atomic_load(&Generation, memory_order_acquire);

Completed in 132 milliseconds