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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp58 bool isUnlocked() const { return K == Unlocked; } function in struct:__anon1040::LockState
321 else if (I.second.isUnlocked())
490 if (LState->isUnlocked()) {
555 if (!LState || LState->isUnlocked()) {
563 if (LState && LState->isUnlocked())
573 if (!LState || LState->isUnlocked()) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c42362 u8 isUnlocked; /* True if no DMS lock held */ member in struct:unixShmNode
50034 u8 isUnlocked; /* True if no DMS lock held */ member in struct:winShmNode
[all...]

Completed in 728 milliseconds