8 max_event_size_(max_event_size),max_queue_depth_(max_queue_depth),
9 pos_(max_queue_depth-1),mem_(max_event_size * max_queue_depth),
10 queue_(max_queue_depth),
Buffer getConsumerBuffer()
EventBuffer(int max_event_size, int max_queue_depth)
void commitProducerBuffer(void *, int)
boost::condition pool_cond_
boost::condition push_cond_
boost::condition pop_cond_
Buffer getProducerBuffer()
void releaseConsumerBuffer(void *)
void commitConsumerBuffer(void *, int)
void releaseProducerBuffer(void *)