summaryrefslogtreecommitdiffstats
path: root/lib/libthr
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2011-06-19 13:35:36 +0000
committerkan <kan@FreeBSD.org>2011-06-19 13:35:36 +0000
commit7427a39f738d5735a8b64ff3f27434c53621a140 (patch)
tree065c022777c1df8f9c32ff09569ab67423b117d6 /lib/libthr
parent36e4b60408d622973e8ab03e9090497bb09d3475 (diff)
downloadFreeBSD-src-7427a39f738d5735a8b64ff3f27434c53621a140.zip
FreeBSD-src-7427a39f738d5735a8b64ff3f27434c53621a140.tar.gz
Do not set thread name to less than informative 'initial thread'.
Diffstat (limited to 'lib/libthr')
-rw-r--r--lib/libthr/thread/thr_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_init.c b/lib/libthr/thread/thr_init.c
index 7e07215..86abad8 100644
--- a/lib/libthr/thread/thr_init.c
+++ b/lib/libthr/thread/thr_init.c
@@ -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);
OpenPOWER on IntegriCloud