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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp47 static LockState getUnlocked() { return LockState(Unlocked); } function in struct:__anon888::LockState
304 state = state->set<LockMap>(lockR, LockState::getUnlocked());
517 state = state->set<LockMap>(lockR, LockState::getUnlocked());
612 State = State->set<LockMap>(LockR, LockState::getUnlocked());

Completed in 104 milliseconds