From 4720dea1574992cdf28c0896c8fbca867978ba90 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 28 Jun 2017 20:39:16 +0200 Subject: [PATCH] Give the UI thread a name. --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index dcaf2a6..9177025 100644 --- a/main.cpp +++ b/main.cpp @@ -77,6 +77,8 @@ int main(int argc, char *argv[]) uses_mlock = true; } + pthread_setname_np(pthread_self(), "Nageru_UI"); + int rc = app.exec(); global_mixer->quit(); mainWindow.mixer_shutting_down(); -- 2.39.2