perf(threads): implement adjust_thread_priority for macOS and add set_thread_name (#4605)

This commit is contained in:
Andy Grundman
2026-01-22 19:38:09 -05:00
committed by GitHub
parent f879294449
commit 3a12f96a86
17 changed files with 71 additions and 1 deletions

View File

@@ -305,6 +305,7 @@ namespace system_tray {
// Threading functions available on all platforms
static void tray_thread_worker() {
platf::set_thread_name("system_tray");
BOOST_LOG(info) << "System tray thread started"sv;
// Initialize the tray in this thread