mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-09 22:02:10 +02:00
Add thread names
This commit is contained in:
@@ -49,6 +49,7 @@ Vst3PluginBridge::Vst3PluginBridge()
|
||||
// configuration.
|
||||
host_callback_handler = std::jthread([&]() {
|
||||
set_realtime_priority(true);
|
||||
pthread_setname_np(pthread_self(), "host-callbacks");
|
||||
|
||||
sockets.vst_host_callback.receive_messages(
|
||||
std::pair<Vst3Logger&, bool>(logger, false),
|
||||
|
||||
Reference in New Issue
Block a user