Home | History | Annotate | Download | only in locks

Lines Matching defs:tryAcquireShared

454      * @param propagate the return value from a tryAcquireShared
702 long r = tryAcquireShared(arg);
734 long r = tryAcquireShared(arg);
769 long r = tryAcquireShared(arg);
884 protected long tryAcquireShared(long arg) {
1019 * first invoking at least once {@link #tryAcquireShared},
1022 * #tryAcquireShared} until success.
1025 * {@link #tryAcquireShared} but is otherwise uninterpreted
1029 if (tryAcquireShared(arg) < 0)
1036 * {@link #tryAcquireShared}, returning on success. Otherwise the
1038 * invoking {@link #tryAcquireShared} until success or the thread
1041 * This value is conveyed to {@link #tryAcquireShared} but is
1050 if (tryAcquireShared(arg) < 0)
1058 * #tryAcquireShared}, returning on success. Otherwise, the
1060 * invoking {@link #tryAcquireShared} until success or the thread
1064 * {@link #tryAcquireShared} but is otherwise uninterpreted
1074 return tryAcquireShared(arg) >= 0 ||
1204 * #tryAcquireShared}) then it is guaranteed that the current thread
1236 * {@code false}, and its {@link #tryAcquireShared} method should