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