CVSROOT:        /cvs
Module name:    src
Changes by:     v...@cvs.openbsd.org    2019/11/16 09:21:11

Modified files:
        sys/kern       : kern_rwlock.c 

Log message:
Provide exact lock assertions for rwlocks when witness(4) is enabled.
The checker keeps track of all held rwlocks, so it is able to tell
if a given thread holds a specific lock even when the lock is shared.

OK anton@ mpi@

Reply via email to