From f93bfab82435b26fd03fe9dd0436f166758810d4 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 27 Oct 2013 07:00:44 -0700 Subject: Set a name for the mixer and recording threads --- Alc/backends/oss.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Alc/backends/oss.c') diff --git a/Alc/backends/oss.c b/Alc/backends/oss.c index 0ed49517..892e2327 100644 --- a/Alc/backends/oss.c +++ b/Alc/backends/oss.c @@ -85,6 +85,7 @@ static ALuint OSSProc(ALvoid *ptr) ssize_t wrote; SetRTPriority(); + SetThreadName(MIXER_THREAD_NAME); frameSize = FrameSizeFromDevFmt(Device->FmtChans, Device->FmtType); @@ -128,6 +129,7 @@ static ALuint OSSCaptureProc(ALvoid *ptr) int amt; SetRTPriority(); + SetThreadName("alsoft-record"); frameSize = FrameSizeFromDevFmt(Device->FmtChans, Device->FmtType); -- cgit v1.2.3