aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_ringbuffer.h
AgeCommit message (Expand)Author
2022-06-23fix threading errors-
2021-07-28Run .clang-formatChun-Min Chang
2021-05-06memory_order_relaxed has changed in c++20Tomas Maly
2017-08-31Fix release builds after 42404c88.Matthew Gregan
2017-08-29Add a thread reset API for the ring buffer class.Paul Adenot
2017-03-21Annotate ring_buffer_base's atomics with appropriate memory ordering.Matthew Gregan
2017-03-21Remove templated non-thread-safety from ring_buffer_base.Matthew Gregan
2016-12-01Implement a lock-free single consumer single producer queue.Paul Adenot