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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h 73 // is considered "used" by another thread.
74 bool Used = false;
79 // Buffer`. Note that we only advance to the "used" buffers, when
91 } while (!Buffers[Offset].Used && Offset != Max);
109 // We want to advance to the first Offset where the 'Used' property is
111 while (!Buffers[Offset].Used && Offset != Max) {
254 /// Buffer is marked 'used' (i.e. has been the result of getBuffer(...) and a
  /src/sys/arch/prep/include/
nvram.h 144 Used = 1,
149 DirtyBit = 0x01, /* used to decide if pushbutton needs to be checked */

Completed in 48 milliseconds