Lines Matching refs:LState
412 if (const LockState *LState = state->get<LockMap>(lockR)) { in AcquireLockAux() local
413 if (LState->isLocked()) { in AcquireLockAux()
417 } else if (LState->isDestroyed()) { in AcquireLockAux()
490 if (const LockState *LState = state->get<LockMap>(lockR)) { in ReleaseLockAux() local
491 if (LState->isUnlocked()) { in ReleaseLockAux()
495 } else if (LState->isDestroyed()) { in ReleaseLockAux()
552 const LockState *LState = State->get<LockMap>(LockR); in DestroyLockAux() local
556 if (!LState || LState->isUnlocked()) { in DestroyLockAux()
564 if (LState && LState->isUnlocked()) in DestroyLockAux()
574 if (!LState || LState->isUnlocked()) { in DestroyLockAux()
581 StringRef Message = LState->isLocked() in DestroyLockAux()
609 const struct LockState *LState = State->get<LockMap>(LockR); in InitLockAux() local
610 if (!LState || LState->isDestroyed()) { in InitLockAux()
616 StringRef Message = LState->isLocked() in InitLockAux()