Searched defs:Lock (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/locks/
H A DLock.java41 * {@code Lock} implementations provide more extensive locking
70 * {@code Lock} interface enable the use of such techniques by
82 * Lock l = ...;
95 * <p>{@code Lock} implementations provide additional functionality
102 * <p>A {@code Lock} class can also provide behavior and semantics
108 * <p>Note that {@code Lock} instances are just normal objects and can
111 * monitor lock of a {@code Lock} instance has no specified relationship
113 * It is recommended that to avoid confusion you never use {@code Lock}
122 * <p>All {@code Lock} implementations <em>must</em> enforce the same
130 * synchronization effects as a successful <em>Lock</e
169 public interface Lock { interface
[all...]

Completed in 391 milliseconds