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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp59 bool isUnlocked() const { return K == Unlocked; } function in struct:__anon888::LockState
323 else if (I.second.isUnlocked())
492 if (LState->isUnlocked()) {
557 if (!LState || LState->isUnlocked()) {
565 if (LState && LState->isUnlocked())
575 if (!LState || LState->isUnlocked()) {
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c42706 u8 isUnlocked; /* True if no DMS lock held */ member in struct:unixShmNode
50385 u8 isUnlocked; /* True if no DMS lock held */ member in struct:winShmNode
[all...]

Completed in 538 milliseconds