Home
last modified time | relevance | path

Searched refs:getUnlocked (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp36 static LockState getUnlocked() { return LockState(Unlocked); } in getUnlocked() function
244 state = state->set<LockMap>(lockR, LockState::getUnlocked()); in ReleaseLock()
294 State = State->set<LockMap>(LockR, LockState::getUnlocked()); in InitLock()