mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
Wrap two pa_asyncmsq in a new pa_thread_mq object for bidirectional, lock-free communication between a main loop and a thread
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1622 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
aff77c162b
commit
f7171e86ca
3 changed files with 169 additions and 0 deletions
|
|
@ -662,6 +662,7 @@ libpulsecore_la_SOURCES += \
|
|||
pulsecore/flist.c pulsecore/flist.h \
|
||||
pulsecore/asyncmsgq.c pulsecore/asyncmsgqq.h \
|
||||
pulsecore/asyncq.c pulsecore/asyncq.h \
|
||||
pulsecore/thread-mq.c pulsecore/thread-mq.h \
|
||||
pulsecore/fdsem.c pulsecore/fdsem.h \
|
||||
pulsecore/object.c pulsecore/object.h \
|
||||
pulsecore/msgobject.c pulsecore/msgobject.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue