Home
last modified time | relevance | path

Searched refs:URWLOCK_READ_WAITERS (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/tools/test/stress2/misc/
H A Drwlock_ronly.sh71 rw->rw_state = URWLOCK_READ_WAITERS;
/freebsd-src/sys/sys/
H A Dumtx.h64 #define URWLOCK_READ_WAITERS 0x20000000U macro
/freebsd-src/lib/libthr/thread/
H A Dthr_rtld.c163 URWLOCK_WRITE_WAITERS | URWLOCK_READ_WAITERS); in _thr_rtld_lock_release()
H A Dthr_umtx.h256 URWLOCK_READ_WAITERS)) != 0 && in _thr_rwlock_unlock()
/freebsd-src/sys/kern/
H A Dkern_umtx.c3157 !(state & URWLOCK_READ_WAITERS)) { in do_rw_rdlock()
3159 &oldstate, state | URWLOCK_READ_WAITERS); in do_rw_rdlock()
3243 &oldstate, state & ~URWLOCK_READ_WAITERS); in do_rw_rdlock()
3544 } else if (state & URWLOCK_READ_WAITERS) { in do_rw_unlock()
3549 if (state & URWLOCK_READ_WAITERS) { in do_rw_unlock()