From 4da48a16a7211e59a597396acb9f2c03563f7bca Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 15 May 2023 18:13:12 +0200 Subject: Assign auth thread a name --- src/zenhttp/auth/authmgr.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/zenhttp/auth/authmgr.cpp') diff --git a/src/zenhttp/auth/authmgr.cpp b/src/zenhttp/auth/authmgr.cpp index d535d07a4..88f7776e0 100644 --- a/src/zenhttp/auth/authmgr.cpp +++ b/src/zenhttp/auth/authmgr.cpp @@ -375,6 +375,8 @@ private: void BackgroundThreadEntry() { + SetCurrentThreadName("auth"); + for (;;) { std::cv_status SignalStatus = BackgroundThread::WaitForSignal(m_BackgroundThread); -- cgit v1.2.3