Home
last modified time | relevance | path

Searched refs:FIBERS_RWLOCK_WANT_UPGRADE (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/tests/unit/mocks/fibers/
H A Drwlock.h39 #define FIBERS_RWLOCK_WANT_UPGRADE 0x1 macro
H A Drwlock.c330 if (rwlock->flags & FIBERS_RWLOCK_WANT_UPGRADE) { in fibers_rwlock_upgrade()
340 rwlock->flags |= FIBERS_RWLOCK_WANT_UPGRADE; in fibers_rwlock_upgrade()
366 rwlock->flags &= ~FIBERS_RWLOCK_WANT_UPGRADE; in fibers_rwlock_upgrade()