Searched defs:Shared (Results 1 – 3 of 3) sorted by relevance
41 struct Shared { struct57 Mutator(Shared *shared) in Mutator() argument
74 struct Shared { struct75 Shared() : mRear(0) { } in Shared() argument76 /*virtual*/ ~Shared() { } in ~Shared() argument78 volatile int32_t mRear; // index one byte past the end of most recent Entry79 char mBuffer[0]; // circular buffer for entries
35 public final class Shared { class