Lines Matching refs:LState
413 if (const LockState *LState = state->get<LockMap>(lockR)) { in AcquireLockAux() local
414 if (LState->isLocked()) { in AcquireLockAux()
418 } else if (LState->isDestroyed()) { in AcquireLockAux()
491 if (const LockState *LState = state->get<LockMap>(lockR)) { in ReleaseLockAux() local
492 if (LState->isUnlocked()) { in ReleaseLockAux()
496 } else if (LState->isDestroyed()) { in ReleaseLockAux()
553 const LockState *LState = State->get<LockMap>(LockR); in DestroyLockAux() local
557 if (!LState || LState->isUnlocked()) { in DestroyLockAux()
565 if (LState && LState->isUnlocked()) in DestroyLockAux()
575 if (!LState || LState->isUnlocked()) { in DestroyLockAux()
582 StringRef Message = LState->isLocked() in DestroyLockAux()
610 const struct LockState *LState = State->get<LockMap>(LockR); in InitLockAux() local
611 if (!LState || LState->isDestroyed()) { in InitLockAux()
617 StringRef Message = LState->isLocked() in InitLockAux()