Searched refs:LS_UNLOCKING (Results 1 – 2 of 2) sorted by relevance
162 entry->lock_state = LS_UNLOCKING; in UnlockResource()354 if ((LS_UNLOCKING == entry->lock_state) && (0 == entry->accessors)) { in ReleaseResource()
79 enum LockState { LS_UNLOCKED, LS_LOCKED, LS_UNLOCKING }; enumerator