Files
.github
client
cmake
common
cmake
include
src
CMakeLists.txt
contrib
doc
host
module
obs
profile
repos
resources
vendor
.gitattributes
.gitignore
.gitmodules
AUTHORS
CONTRIBUTORS
LICENSE
README.md
gl-check
refresh-copyright
version.cmake
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
..