Lines Matching refs:LState
411 if (const LockState *LState = state->get<LockMap>(lockR)) { in AcquireLockAux() local
412 if (LState->isLocked()) { in AcquireLockAux()
416 } else if (LState->isDestroyed()) { in AcquireLockAux()
489 if (const LockState *LState = state->get<LockMap>(lockR)) { in ReleaseLockAux() local
490 if (LState->isUnlocked()) { in ReleaseLockAux()
494 } else if (LState->isDestroyed()) { in ReleaseLockAux()
551 const LockState *LState = State->get<LockMap>(LockR); in DestroyLockAux() local
555 if (!LState || LState->isUnlocked()) { in DestroyLockAux()
563 if (LState && LState->isUnlocked()) in DestroyLockAux()
573 if (!LState || LState->isUnlocked()) { in DestroyLockAux()
580 StringRef Message = LState->isLocked() in DestroyLockAux()
608 const struct LockState *LState = State->get<LockMap>(LockR); in InitLockAux() local
609 if (!LState || LState->isDestroyed()) { in InitLockAux()
615 StringRef Message = LState->isLocked() in InitLockAux()