summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/thread-mq.c
Commit message (Expand)AuthorAgeFilesLines
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-141-25/+0
* unify static TLS support, make use of gcc __thread attribute if availableLennart Poettering2007-09-101-10/+4
* move queue processing code into pa_thread_mqLennart Poettering2007-08-301-0/+24
* add proper refcounting to pa_asyncmsgq objects, to allow destruction from the...Lennart Poettering2007-08-111-7/+10
* if no thread-mq is attached to the current thread, return an error, don't hit...Lennart Poettering2007-08-101-4/+1
* Wrap two pa_asyncmsq in a new pa_thread_mq object for bidirectional, lock-fre...Lennart Poettering2007-08-101-0/+119