ringbuffer: use gcc atomic operations

Remove barrier, use GCC atomic operations for ringbuffer
This commit is contained in:
Wim Taymans 2017-04-24 13:18:57 +02:00
parent 02d4dc0efd
commit baada0a330
7 changed files with 32 additions and 92 deletions

View file

@ -1,6 +1,5 @@
spa_headers = [
'alloc-param.h',
'barrier.h',
'buffer.h',
'clock.h',
'command.h',