OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 28 16:09:52 GMT 2025