summaryrefslogtreecommitdiffstats
path: root/src/polyp/thread-mainloop.c
Commit message (Expand)AuthorAgeFilesLines
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* Windows support for the threaded API.Pierre Ossman2006-05-111-14/+202
* don't signal the accept_cond automatically when waiting for a signal eventLennart Poettering2006-05-111-1/+0
* split of signal releasing into its own function and name it pa_threaded_mainl...Lennart Poettering2006-05-111-7/+16
* Include log header to get rid of warnings.Pierre Ossman2006-05-111-0/+1
* Add stubs for the threaded main loop so that we can compile it onPierre Ossman2006-05-091-4/+46
* * optionally, make pa_threaded_mainloop_signal() wait until the main thread t...Lennart Poettering2006-05-061-3/+14
* allow signalling from event loop threadLennart Poettering2006-05-061-3/+0
* Windows doesn't have POSIX thread. ifdef out things for now.Pierre Ossman2006-05-021-2/+17
* add new threaded main loop implementation (with test/example)Lennart Poettering2006-04-301-0/+203