summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2019-04-01 03:23:46 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2019-04-01 03:23:46 +0000
commit9edb56cd72a4c3e59b038878999f89e007871365 (patch)
treed11593ea9c60d4a9fb697891b3ff92597eeff77c /share
parent4e056b5a670dc56a2b9256af2167564a88d759a9 (diff)
deprecate TASKQ_CANTSLEEP since nothing uses it anymore
if we ever want it back, it's in the attic. ok mpi@ visa@ kettenis@
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/task_add.97
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man9/task_add.9 b/share/man/man9/task_add.9
index 90653031ed4..c0978e9fb90 100644
--- a/share/man/man9/task_add.9
+++ b/share/man/man9/task_add.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: task_add.9,v 1.18 2018/12/16 03:40:12 dlg Exp $
+.\" $OpenBSD: task_add.9,v 1.19 2019/04/01 03:23:45 dlg Exp $
.\"
.\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 16 2018 $
+.Dd $Mdocdate: April 1 2019 $
.Dt TASK_ADD 9
.Os
.Sh NAME
@@ -81,9 +81,6 @@ argument:
.Bl -tag -width xxx -offset indent
.It Dv TASKQ_MPSAFE
The threads servicing the taskq will be run without the kernel big lock.
-.It Dv TASKQ_CANTSLEEP
-The tasks run via the taskq cannot sleep.
-.El
.Pp
.Fn taskq_destroy
causes the resources associated with a previously created taskq to be freed.