summaryrefslogtreecommitdiffstats
path: root/lf_ring_buffer.h
AgeCommit message (Collapse)AuthorFilesLines
2010-01-12rename ring_buffer to ringbuffer and remove previous attemptJérémy Zurcher1-73/+0
2010-01-10add lf_ring_buffer_empty, is it in tests, update _LOG_ macrosJérémy Zurcher1-0/+3
2010-01-07faster with a constant backoff and timespec struct as local function variableJérémy Zurcher1-9/+0
2010-01-07parallel testsJérémy Zurcher1-6/+10
2010-01-06ring buffer is better ... one more crashJérémy Zurcher1-2/+2
2010-01-06lf_ring_buffer is almost good + testsJérémy Zurcher1-20/+10
2010-01-05add missing read_delay init in lf_ring_bufferJérémy Zurcher1-2/+2
2010-01-05first lock free ring buffer implementationJérémy Zurcher1-0/+85