pipewire/src
Wim Taymans 1191c18641 thread: add thread.reset-on-fork
Add a new thread.reset-on-fork property for the thread creator. when set
to false, it will clear the default SCHED_RESET_ON_FORK flag and new RT
threads will be able to fork and inherit the rt policy and priority.

When creating a thread make sure we set SCHED_RESET_ON_FORK when the
thread.reset-on-fork property is not explicitly false;

module-rt needs to preserve the SCHED_RESET_ON_FORK flag when changing
the policy.

Set thread.reset-on-fork=false explicitly for JACK clients to restore
the JACK behaviour where implementations can fork and inherit the RT
policy and priority by default.

Fixes #4966
2025-11-06 11:55:20 +01:00
..
daemon context: add support for rlimit.<resource> = <value> 2025-10-15 09:26:36 +02:00
examples treewide: access the position information using helpers 2025-10-21 13:06:25 +02:00
gst pipewiresrc: Fix renegotiation 2025-11-03 15:27:46 +00:00
modules thread: add thread.reset-on-fork 2025-11-06 11:55:20 +01:00
pipewire thread: add thread.reset-on-fork 2025-11-06 11:55:20 +01:00
tests Revert "test: fix test and indentation" 2025-11-04 13:50:35 +01:00
tools tools: add -t option to the help 2025-10-28 10:29:01 +01:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00