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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
buffer_queue_test.cc 64 Buf.Generation = Buffers.generation();
140 ASSERT_NE(B0.Generation, B1.Generation);
142 // We stash the current generation, for use later.
143 auto PrevGen = B1.Generation;
146 // first "generation" would still be accepted in the new generation...
159 // Here we ensure that the generation is different from the previous
160 // generation
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.cc 110 // At this point we increment the generation number to associate the buffers
111 // to the new generation.
112 atomic_fetch_add(&Generation, 1, memory_order_acq_rel);
129 Buf.Generation = generation();
158 Generation{0} {
180 Buf.Generation = generation();
191 if (Buf.Generation != generation() || LiveBuffers == 0)
    [all...]
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_fdr_controller.h 48 return B.Data != nullptr && B.Generation == BQ->generation() &&
155 if (B.Generation != BQ->generation())
172 if (B.Generation != BQ->generation())
192 if (B.Generation != BQ->generation())
211 if (B.Generation != BQ->generation())
    [all...]
xray_fdr_logging.cc 468 if (TLD.Buffer.Generation != BQ->generation() &&
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 10 Generation of the ASL compiler from source code requires these items:
29 1a) Notes for Linux/Unix generation
50 1b) Notes for Windows generation

Completed in 15 milliseconds