Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Mention that all tasks are executed before th...



details:   https://anonhg.NetBSD.org/src/rev/b08e0dde2f89
branches:  trunk
changeset: 751152:b08e0dde2f89
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Jan 26 08:48:39 2010 +0000

description:
Mention that all tasks are executed before the halt.

diffstat:

 share/man/man9/sysmon_taskq.9 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b66a8ff0732c -r b08e0dde2f89 share/man/man9/sysmon_taskq.9
--- a/share/man/man9/sysmon_taskq.9     Tue Jan 26 08:30:20 2010 +0000
+++ b/share/man/man9/sysmon_taskq.9     Tue Jan 26 08:48:39 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysmon_taskq.9,v 1.5 2010/01/26 07:58:16 jruoho Exp $
+.\" $NetBSD: sysmon_taskq.9,v 1.6 2010/01/26 08:48:39 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,6 +63,7 @@
 .Fn sysmon_task_queue_init .
 This will create a kernel thread that can be later halted by
 .Fn sysmon_task_queue_fini .
+All scheduled tasks are executed before the queue is halted.
 .Pp
 The
 .Fn sysmon_task_queue_sched



Home | Main Index | Thread Index | Old Index