mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -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
|
|
@ -1212,7 +1212,6 @@ static void thread_func(void *userdata) {
|
|||
pa_make_realtime(u->core->realtime_priority);
|
||||
|
||||
pa_thread_mq_install(&u->thread_mq);
|
||||
pa_rtpoll_install(u->rtpoll);
|
||||
|
||||
for (;;) {
|
||||
int ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue