Home | History | Annotate | Download | only in nbaio

Lines Matching refs:Entry

47 // representation of a single log entry in private memory
48 struct Entry {
49 Entry(Event event, const void *data, size_t length)
51 /*virtual*/ ~Entry() { }
62 // representation of a single log entry in shared memory
71 // byte[3+mLength] start of next log entry
78 volatile int32_t mRear; // index one byte past the end of most recent Entry
142 void log(const Entry *entry, bool trusted = false);
191 int32_t mFront; // index of oldest acknowledged Entry