mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
When some blocking method is performed on the process thread, like jack_connect() mark the data thread as blocked while we wait for the thread loop to process the result. If we then try to do a blocking _invoke from the thread loop on the data thread, make sure we don't wait for it to complete or else we deadlock. |
||
|---|---|---|
| .. | ||
| examples | ||
| jack | ||
| src | ||
| meson.build | ||