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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp54 bool isUnlocked() const { return K == Unlocked; } function in struct:__anon842::LockState
192 else if (I.second.isUnlocked())
301 if (LState->isUnlocked()) {
364 if (!LState || LState->isUnlocked()) {
372 if (LState && LState->isUnlocked())
382 if (!LState || LState->isUnlocked()) {
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c38136 u8 isUnlocked; /* True if no DMS lock held */ member in struct:unixShmNode
45835 u8 isUnlocked; /* True if no DMS lock held */ member in struct:winShmNode
[all...]

Completed in 629 milliseconds