aboutsummaryrefslogtreecommitdiff
path: root/src/rt/circular_buffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Un-xfailed working tests.Michael Bebenita2010-08-161-1/+2
* Pulled rust_srv in its own file. Some cleanup, and added varargs to assertion...Michael Bebenita2010-08-161-1/+1
* Ignore upcall_flush for channels that are disassociated from ports. This make...Michael Bebenita2010-08-111-0/+5
* Some pretty printing in the runtime.Michael Bebenita2010-08-091-3/+1
* Let circular buffers actually grow to max sz, reset _next when resizing.Michael Bebenita2010-07-281-5/+7
* Change unread-on-destroy condition for circular buffer to merely a warning.Michael Bebenita2010-07-281-1/+1
* Add comment explaining NULL case in circular_buffer::enqueue and add logging ...Michael Bebenita2010-07-281-1/+7
* Add peek method to circular buffer.Michael Bebenita2010-07-281-0/+5
* Change _unit_sz to unit_sz and make public in circular_buffer.Michael Bebenita2010-07-281-14/+15
* Make circular buffer use only power-of-two sizes, cheaper arithmetic.Michael Bebenita2010-07-281-2/+12
* Fixed circular buffer resizing bug.Michael Bebenita2010-07-191-16/+20
* Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita2010-07-191-0/+118