mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finally fixed for granularity
This commit is contained in:
parent
a62db279b7
commit
32e2cd6d32
21 changed files with 4 additions and 372 deletions
|
|
@ -62,9 +62,6 @@ typedef enum pa_rtpoll_priority {
|
|||
pa_rtpoll *pa_rtpoll_new(void);
|
||||
void pa_rtpoll_free(pa_rtpoll *p);
|
||||
|
||||
/* Install the rtpoll in the current thread */
|
||||
void pa_rtpoll_install(pa_rtpoll *p);
|
||||
|
||||
/* Sleep on the rtpoll until the time event, or any of the fd events
|
||||
* is triggered. If "wait" is 0 we don't sleep but only update the
|
||||
* struct pollfd. Returns negative on error, positive if the loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue