about summary refs log tree commit diff
path: root/src/rt/circular_buffer.h
AgeCommit message (Expand)AuthorLines
2010-07-28Add peek method to circular buffer.Michael Bebenita-0/+1
2010-07-28Change _unit_sz to unit_sz and make public in circular_buffer.Michael Bebenita-3/+2
2010-07-28Make circular buffer use only power-of-two sizes, cheaper arithmetic.Michael Bebenita-1/+3
2010-07-19Fixed circular buffer resizing bug.Michael Bebenita-1/+10
2010-07-19Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita-0/+30