Date: Sun, 19 Jun 2011 13:35:36 +0000 (UTC) From: Alexander Kabaev <kan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r223294 - head/lib/libthr/thread Message-ID: <201106191335.p5JDZaa3095644@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kan Date: Sun Jun 19 13:35:36 2011 New Revision: 223294 URL: http://svn.freebsd.org/changeset/base/223294 Log: Do not set thread name to less than informative 'initial thread'. Modified: head/lib/libthr/thread/thr_init.c Modified: head/lib/libthr/thread/thr_init.c ============================================================================== --- head/lib/libthr/thread/thr_init.c Sun Jun 19 12:52:50 2011 (r223293) +++ head/lib/libthr/thread/thr_init.c Sun Jun 19 13:35:36 2011 (r223294) @@ -409,7 +409,6 @@ init_main_thread(struct pthread *thread) thread->cancel_enable = 1; thread->cancel_async = 0; - thr_set_name(thread->tid, "initial thread"); /* Initialize the mutex queue: */ TAILQ_INIT(&thread->mutexq);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106191335.p5JDZaa3095644>