Home
last modified time | relevance | path

Searched defs:RingBuffer (Results 1 – 2 of 2) sorted by relevance

/trunk/goproj/src/github.com/couchbase/go-couchbase/trace/
Dtrace.go34 type RingBuffer struct { struct
35 consolidateFunc MsgConsolidateFunc
37 m sync.Mutex // Protects the fields that follow.
39 next int // Index in msgs where next entry will be written.
40 msgs []Msg
80 func (trb *RingBuffer) Add(title string, body []byte) {
113 func (trb *RingBuffer) Cap() int {
118 func (trb *RingBuffer) Last() *Msg {
125 func (trb *RingBuffer) lastUNLOCKED() *Msg {
138 func (trb *RingBuffer) Msgs() []Msg {
/trunk/platform/include/platform/
H A Dring_buffer.h149 RingBuffer() { in RingBuffer() function