rt_benchs/communication_techniques/src/communication
Thomas Preud'homme 5eb7fb50c7 [commtech] CSQ use memcpy in dequeue for fairness
Paper about CSQ uses memcpy in enqueue and dequeue. Although it is not
possible to use memcpy in enqueue because of current API, it is possible
to use memcpy in dequeue, hence this commit.
2011-01-19 12:37:14 +01:00
..
asm_cache.c Simplify and rewrite comm API. 2010-10-01 18:57:46 +02:00
c_cache.c [commtech] Place volatile on the right qualifier. 2011-01-13 14:58:13 +01:00
csq.c [commtech] CSQ use memcpy in dequeue for fairness 2011-01-19 12:37:14 +01:00
fake.c Simplify and rewrite comm API. 2010-10-01 18:57:46 +02:00
fast_forward.c [commtech] Place volatile on the right qualifier. 2011-01-13 14:58:13 +01:00
jikes_barrier.c commtech: BUFFIX in freeing pages 2009-07-01 01:48:13 +02:00
lamport.c [commtech] Place volatile on the right qualifier. 2011-01-13 14:58:13 +01:00
mcringbuffer.c [commtech] Place volatile on the right qualifier. 2011-01-13 14:58:13 +01:00
pipe.c Simplify and rewrite comm API. 2010-10-01 18:57:46 +02:00
shared_mem_opt.c [commtech] Place volatile on the right qualifier. 2011-01-13 14:58:13 +01:00