summaryrefslogtreecommitdiff
path: root/lib/buffer_queue_pool.cpp
AgeCommit message (Collapse)Author
2013-04-16gras: enable half consumed metric on pool buffersJosh Blum
2013-04-15gras: assign a few more missing UNLIKELYsJosh Blum
2013-04-06gras: fixed a bug in swapping out buffer queuesJosh Blum
The default pool buffer was getting circ buffers when they went out from the deref in this circumstance: Basically, the circ buffs were created and deref'd before the circ queue was set into the output queue. This seems to fix the pfb clock sync issue, but not others is #42
2012-12-16work ont he circ buffer implJosh Blum
2012-12-16various fixes for unit tests passJosh Blum
2012-12-15misc fixes to buffer reworkJosh Blum
2012-12-15work on the buffer queue apiJosh Blum