summaryrefslogtreecommitdiffstats
path: root/src/tests/lock-autospawn-test.c
Commit message (Collapse)AuthorAgeFilesLines
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-071-4/+4
|
* poll() is totally broken on Mac OS XDaniel Mack2009-12-161-2/+2
| | | | | | Even on 10.5.8, poll() does not do the right thing. Haven't checked on newer versions. Hence, wrap all occurences of poll() to pa_poll and emulate that call with select() on OSX. This is totally embarassing.
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* move autospawn lock to pulsecore/ since we don't need it in the client anymoreLennart Poettering2008-09-081-1/+1
|
* rework autospawning code to survive multiple pa_contexts in a single processLennart Poettering2008-08-091-0/+109