summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_kern.c
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2003-05-05 05:01:19 +0000
committerDavid Xu <davidxu@FreeBSD.org>2003-05-05 05:01:19 +0000
commitf508d26091f77257d09e4efc7f78243df1fa53eb (patch)
tree7ba88458a31e7651407c8be9f81897b36ed93b00 /lib/libpthread/thread/thr_kern.c
parent859992daa9119ec0c0ddd831084cda22d0ec5fd0 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_kern.c')
-rw-r--r--lib/libpthread/thread/thr_kern.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_kern.c b/lib/libpthread/thread/thr_kern.c
index 815f04d3b5bb..db478785b91a 100644
--- a/lib/libpthread/thread/thr_kern.c
+++ b/lib/libpthread/thread/thr_kern.c
@@ -820,7 +820,9 @@ kse_sched_multi(struct kse *curkse)
kse_check_signals(curkse);
KSE_SCHED_LOCK(curkse, curkse->k_kseg);
+#ifdef DEBUG_THREAD_KERN
dump_queues(curkse);
+#endif
/* Check if there are no threads ready to run: */
while (((curthread = KSE_RUNQ_FIRST(curkse)) == NULL) &&