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

/freebsd-10-stable/lib/libthr/thread/
H A Dthr_umtx.h158 int32_t wrflags; local
161 wrflags = URWLOCK_WRITE_OWNER;
163 wrflags = URWLOCK_WRITE_OWNER | URWLOCK_WRITE_WAITERS;
165 while (!(state & wrflags)) {
/freebsd-10-stable/sys/kern/
H A Dkern_umtx.c2831 uint32_t flags, wrflags; local
2847 wrflags = URWLOCK_WRITE_OWNER;
2849 wrflags |= URWLOCK_WRITE_WAITERS;
2859 while (!(state & wrflags)) {
2897 while (error == 0 && (state & wrflags) &&
2918 if (!(state & wrflags)) {
2937 while (state & wrflags) {

Completed in 209 milliseconds