summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_init.c
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2006-08-28 04:52:50 +0000
committerDavid Xu <davidxu@FreeBSD.org>2006-08-28 04:52:50 +0000
commit8ab9d78b9d33db67d108d1553fe3b1665ecc017f (patch)
treeaab98ede3e979d8c05c91281262d9ea7b281b2c2 /lib/libthr/thread/thr_init.c
parentcf13ecda6a65b6d6606659f152e2ad244c837765 (diff)
Notes
Diffstat (limited to 'lib/libthr/thread/thr_init.c')
-rw-r--r--lib/libthr/thread/thr_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_init.c b/lib/libthr/thread/thr_init.c
index 5d1aae5672fc..267df4935ab2 100644
--- a/lib/libthr/thread/thr_init.c
+++ b/lib/libthr/thread/thr_init.c
@@ -407,6 +407,7 @@ init_main_thread(struct pthread *thread)
/* Initialize the mutex queue: */
TAILQ_INIT(&thread->mutexq);
+ TAILQ_INIT(&thread->pp_mutexq);
thread->state = PS_RUNNING;