pipewire/src/modules/module-client-node
Wim Taymans c45d667934 loop: spa_loop_invoke -> spa_loop_locked where possible
When we simply need to change some state for the code executed in the
loop, we can use locked() instead of invoke(). This is more efficient
and avoids some context switches in the normal case.
2025-05-30 11:59:35 +02:00
..
v0 loop: spa_loop_invoke -> spa_loop_locked where possible 2025-05-30 11:59:35 +02:00
client-node.c loop: add method to run a function with the lock 2025-05-29 10:17:16 +02:00
client-node.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
protocol-native.c buffers: increase max datas limit 2025-04-04 15:46:03 +02:00
remote-node.c client-node: let all events go to the node 2025-05-20 11:47:10 +02:00