mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-07 04:06:12 -05:00
Make it possible to call loop_queue_destroy() from both the TSS destroy and impl_clear() without races. We make sure that only one can remove the queue from the queue list and cleanup. We also store the IN_TSS flag in the flags so that we can see them before the queue is added to the queue list. Only free the IN_TSS queue when the TSS destroy is called. See #4356 |
||
|---|---|---|
| .. | ||
| cpu-arm.c | ||
| cpu-riscv.c | ||
| cpu-x86.c | ||
| cpu.c | ||
| dbus.c | ||
| evl-plugin.c | ||
| evl-system.c | ||
| journal.c | ||
| logger.c | ||
| loop.c | ||
| meson.build | ||
| node-driver.c | ||
| null-audio-sink.c | ||
| plugin.c | ||
| system.c | ||