HomeSort by relevance Sort by last modified time
    Searched refs:LK_Exclusive (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 46 LK_Exclusive, ///< Exclusive/writer lock of a mutex.
  /external/clang/lib/Analysis/
ThreadSafety.cpp 130 return (LKind == LK_Exclusive) || (LK == LK_Shared);
839 !Cp, LK_Exclusive, UnlockLoc));
851 : FactEntry(CE, LK_Exclusive, Loc, false) {
880 !UnderCp, LK_Exclusive, UnlockLoc);
    [all...]

Completed in 346 milliseconds