LookingGlass/common
Geoffrey McRae d99ec3e9c0 [common] ringbuffer: remove exta locking and add append/consume funcs
As the ringbuffer is now in use for audio it makes sense to provide bulk
append and consume functions that are thread safe instead of adding
locking over all of the functions. This partially reverts the prior
commit that added the extra locking.
2021-12-26 11:09:42 +11:00
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [common] ringbuffer: remove exta locking and add append/consume funcs 2021-12-26 11:09:42 +11:00
src [common] ringbuffer: remove exta locking and add append/consume funcs 2021-12-26 11:09:42 +11:00
CMakeLists.txt [common] cpuinfo: implement lgDebugCPU 2021-08-31 20:14:10 +10:00