diff options
author | 2017-11-13 23:52:49 +0000 | |
---|---|---|
committer | 2017-11-13 23:52:49 +0000 | |
commit | 6f1a6781a83b125d8a38dc0a8774fc2037fe151f (patch) | |
tree | d5aa6d5d0cca643f49f6f092218d202f8bf00e6d /sys/kern/kern_malloc.c | |
parent | Add support for the i2c controller variant found on the Allwinner A31 and (diff) | |
download | wireguard-openbsd-6f1a6781a83b125d8a38dc0a8774fc2037fe151f.tar.xz wireguard-openbsd-6f1a6781a83b125d8a38dc0a8774fc2037fe151f.zip |
add taskq_barrier
taskq_barrier guarantees that any task that was running on the taskq
has finished by the time taskq_barrier returns. it is similar to
intr_barrier.
this is needed for use in ifq_barrier as part of an upcoming change.
Diffstat (limited to 'sys/kern/kern_malloc.c')
0 files changed, 0 insertions, 0 deletions