HomeSort by: relevance | last modified time | path
    Searched refs:isUnlocked (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 58 bool isUnlocked() const { return K == Unlocked; }
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()) {
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 111 milliseconds