Searched refs:wrflags (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.h187 int32_t state, wrflags; local
191 wrflags = URWLOCK_WRITE_OWNER;
193 wrflags = URWLOCK_WRITE_OWNER | URWLOCK_WRITE_WAITERS;
195 while (!(state & wrflags)) {
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c2638 uint32_t flags, wrflags; local
2654 wrflags = URWLOCK_WRITE_OWNER;
2656 wrflags |= URWLOCK_WRITE_WAITERS;
2666 while (!(state & wrflags)) {
2705 while (error == 0 && (state & wrflags) &&
2726 if (!(state & wrflags)) {
2748 while (state & wrflags) {

Completed in 205 milliseconds