summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/rtpoll.h
Commit message (Expand)AuthorAgeFilesLines
* Adapt rtpoll and friends to Windows by replacing timespec with timeval andPierre Ossman2007-10-031-2/+1
* make use of pa_bool_t on a few places where applicable; really start work_cbLennart Poettering2007-09-181-1/+2
* port module-rtp-send.c to lock-free coreLennart Poettering2007-09-181-1/+0
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-141-3/+17
* extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-121-3/+19
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-111-1/+4
* support absolute, relative and periodic timers in pa_rtpollLennart Poettering2007-08-221-2/+8
* add convenience functions to hook up pa_fdsem and pa_asyncmsgq to an pa_rtpol...Lennart Poettering2007-08-221-0/+7
* add new realtime event loop abstraction which precise time keeping by using h...Lennart Poettering2007-08-221-0/+71