Home
last modified time | relevance | path

Searched refs:RW_RECURSEFAIL (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/sys/
H A Dlock.h47 #define LK_RECURSEFAIL RW_RECURSEFAIL /* fail if recursive exclusive lock */
49 #define LK_RWFLAGS (RW_WRITE|RW_READ|RW_NOSLEEP|RW_RECURSEFAIL|RW_WRITE_OTHER)
H A Drwlock.h118 #define RW_RECURSEFAIL 0x0080UL /* Fail on recursion for RRW locks. */ macro
/openbsd/sys/kern/
H A Dkern_rwlock.c454 if (flags & RW_RECURSEFAIL) in rrw_enter()