From bc7314f14e934750194da5582e7317e8de74e504 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 3 May 2010 13:28:15 +0200 Subject: thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm --- src/pulsecore/lock-autospawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/lock-autospawn.c') diff --git a/src/pulsecore/lock-autospawn.c b/src/pulsecore/lock-autospawn.c index c0df7938..a702d359 100644 --- a/src/pulsecore/lock-autospawn.c +++ b/src/pulsecore/lock-autospawn.c @@ -246,7 +246,7 @@ finish: static int start_thread(void) { if (!thread) - if (!(thread = pa_thread_new(thread_func, NULL))) + if (!(thread = pa_thread_new("autospawn", thread_func, NULL))) return -1; return 0; -- cgit