summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/rtpoll.c
Commit message (Expand)AuthorAgeFilesLines
* fix buildLennart Poettering2007-10-071-4/+14
* Adapt rtpoll and friends to Windows by replacing timespec with timeval andPierre Ossman2007-10-031-17/+28
* treat timer_enabled like a real, grown-up boolean variableLennart Poettering2007-09-281-3/+3
* Move the poll() call outside the #ifdef checking for ppoll, since we want the...Lennart Poettering2007-09-281-61/+60
* make use of pa_bool_t on a few places where applicable; really start work_cbLennart Poettering2007-09-181-29/+28
* add two missing header file inclusionsLennart Poettering2007-09-181-0/+1
* Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...Lennart Poettering2007-09-171-1/+1
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-141-15/+76
* extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-121-40/+92
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-111-2/+5
* fix a couple of compiler warningsLennart Poettering2007-09-041-1/+2
* support absolute, relative and periodic timers in pa_rtpollLennart Poettering2007-08-221-15/+93
* add convenience functions to hook up pa_fdsem and pa_asyncmsgq to an pa_rtpol...Lennart Poettering2007-08-221-2/+84
* add new realtime event loop abstraction which precise time keeping by using h...Lennart Poettering2007-08-221-0/+454