summaryrefslogtreecommitdiffstats
path: root/lf_ring_buffer.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-10ring buffer : copy internal value firstJérémy Zurcher1-19/+21
2010-01-10add lf_ring_buffer_empty, is it in tests, update _LOG_ macrosJérémy Zurcher1-14/+34
2010-01-09lf_ring_buffer : use LFRB_DATA_PTR, remove defined checksJérémy Zurcher1-25/+3
2010-01-08some optimizations and cleanupsJérémy Zurcher1-22/+26
2010-01-07faster with a constant backoff and timespec struct as local function variableJérémy Zurcher1-22/+10
2010-01-07parallel testsJérémy Zurcher1-7/+15
2010-01-06ring buffer read : set read_from=-1 if read_from==write_toJérémy Zurcher1-2/+9
2010-01-06ring buffer is better ... one more crashJérémy Zurcher1-17/+58
2010-01-05add missing read_delay init in lf_ring_bufferJérémy Zurcher1-1/+2
2010-01-05first lock free ring buffer implementationJérémy Zurcher1-0/+125