Searched refs:removeLock (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 848 bool removeLock(FactManager& FM, const SExpr& M) { in removeLock() function in __anond7afc2f90111::FactSet 1441 void removeLock(FactSet &FSet, const SExpr &Mutex, 1497 void ThreadSafetyAnalyzer::removeLock(FactSet &FSet, in removeLock() function in __anond7afc2f90111::ThreadSafetyAnalyzer 1516 FSet.removeLock(FactMan, LDat->UnderlyingMutex); in removeLock() 1524 FSet.removeLock(FactMan, LDat->UnderlyingMutex); in removeLock() 1528 FSet.removeLock(FactMan, Mutex); in removeLock() 2022 Analyzer->removeLock(FSet, LocksToRemove[i], Loc, Dtor); in handleCall() 2180 FSet1.removeLock(FactMan, FSet2Mutex); in intersectAndWarn() 2223 FSet1.removeLock(FactMan, FSet1Mutex); in intersectAndWarn()
|
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
D | AbstractPreferencesTest.java | 1953 private Object removeLock = new Object(); field in AbstractPreferencesTest.MockNodeChangeListener 1968 synchronized (removeLock) { in childRemoved() 1971 removeLock.notifyAll(); in childRemoved() 1991 synchronized (removeLock) { in getRemoved() 1994 removeLock.wait(100); in getRemoved()
|