diff options
author | 2020-06-08 00:29:51 +0000 | |
---|---|---|
committer | 2020-06-08 00:29:51 +0000 | |
commit | a500d30270146812dcf76c549d48d2ebab659518 (patch) | |
tree | f88d73e0674bb0b352b1931efa5fb39cf0759230 | |
parent | visa points out we don't use or need the TASK_BARRIER flag anymore. (diff) | |
download | wireguard-openbsd-a500d30270146812dcf76c549d48d2ebab659518.tar.xz wireguard-openbsd-a500d30270146812dcf76c549d48d2ebab659518.zip |
taskq_barrier is less restricted now.
but the implementation is so much more complicated.
-rw-r--r-- | share/man/man9/task_add.9 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man9/task_add.9 b/share/man/man9/task_add.9 index 294ee468231..aaf752f9cfe 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.21 2019/04/28 04:20:40 dlg Exp $ +.\" $OpenBSD: task_add.9,v 1.22 2020/06/08 00:29:51 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: April 28 2019 $ +.Dd $Mdocdate: June 8 2020 $ .Dt TASK_ADD 9 .Os .Sh NAME @@ -100,9 +100,6 @@ guarantees that any task that was running on the .Fa tq taskq when the barrier was called has finished by the time the barrier returns. -.Fn taskq_barrier -is only supported on taskqs serviced by 1 thread, -and may not be called by a task running in the specified taskq. .Pp .Fn taskq_del_barrier either removes |