Searched refs:GuardedBy (Results 1 - 6 of 6) sorted by relevance

/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
H A DGuardedBy.java16 * GuardedBy
36 public @interface GuardedBy { interface
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMonitor.java31 import javax.annotation.concurrent.GuardedBy;
224 @GuardedBy("monitor.lock")
268 @GuardedBy("lock")
777 @GuardedBy("lock")
803 @GuardedBy("lock")
811 @GuardedBy("lock")
819 @GuardedBy("lock")
848 @GuardedBy("lock")
866 @GuardedBy("lock")
899 @GuardedBy("loc
[all...]
H A DAbstractScheduledService.java32 import javax.annotation.concurrent.GuardedBy;
330 @GuardedBy("lock")
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java60 import javax.annotation.concurrent.GuardedBy;
554 @GuardedBy("Segment.this")
560 @GuardedBy("Segment.this")
572 @GuardedBy("Segment.this")
1083 @GuardedBy("Segment.this")
1096 @GuardedBy("Segment.this")
1118 @GuardedBy("Segment.this")
1131 @GuardedBy("Segment.this")
1165 @GuardedBy("Segment.this")
1178 @GuardedBy("Segmen
[all...]
H A DComputingConcurrentHashMap.java36 import javax.annotation.concurrent.GuardedBy;
288 @GuardedBy("ComputingValueReference.this") // writes
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java80 import javax.annotation.concurrent.GuardedBy;
586 @GuardedBy("Segment.this")
592 @GuardedBy("Segment.this")
604 @GuardedBy("Segment.this")
1181 @GuardedBy("Segment.this")
1194 @GuardedBy("Segment.this")
1228 @GuardedBy("Segment.this")
1241 @GuardedBy("Segment.this")
1275 @GuardedBy("Segment.this")
1288 @GuardedBy("Segmen
[all...]

Completed in 978 milliseconds