Lines Matching refs:LState
402 if (const LockState *LState = state->get<LockMap>(lockR)) { in AcquireLockAux() local
403 if (LState->isLocked()) { in AcquireLockAux()
407 } else if (LState->isDestroyed()) { in AcquireLockAux()
480 if (const LockState *LState = state->get<LockMap>(lockR)) { in ReleaseLockAux() local
481 if (LState->isUnlocked()) { in ReleaseLockAux()
485 } else if (LState->isDestroyed()) { in ReleaseLockAux()
542 const LockState *LState = State->get<LockMap>(LockR); in DestroyLockAux() local
546 if (!LState || LState->isUnlocked()) { in DestroyLockAux()
554 if (LState && LState->isUnlocked()) in DestroyLockAux()
564 if (!LState || LState->isUnlocked()) { in DestroyLockAux()
571 StringRef Message = LState->isLocked() in DestroyLockAux()
599 const struct LockState *LState = State->get<LockMap>(LockR); in InitLockAux() local
600 if (!LState || LState->isDestroyed()) { in InitLockAux()
606 StringRef Message = LState->isLocked() in InitLockAux()