diff options
author | 2017-10-30 14:01:42 +0000 | |
---|---|---|
committer | 2017-10-30 14:01:42 +0000 | |
commit | bd1acdab0916af05a05c148af6080073686e58c5 (patch) | |
tree | d3e20b30dea0af3bc69054a09e906756496582ce /lib | |
parent | Document {mtx,rw,rrw}_init_flags() and MUTEX_INITIALIZER_FLAGS(). (diff) | |
download | wireguard-openbsd-bd1acdab0916af05a05c148af6080073686e58c5.tar.xz wireguard-openbsd-bd1acdab0916af05a05c148af6080073686e58c5.zip |
Let witness(4) differentiate between taskq mutexes to avoid
reporting an error in a scenario like the following:
1. mtx_enter(&tqa->tq_mtx);
2. IRQ
3. mtx_enter(&tqb->tq_mtx);
Found by Hrvoje Popovski, OK mpi@
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions