79808182838485
return Boolean.TRUE.equals(response); } @Override public WaitNotifyKey getNotifiedKey() { return new SemaphoreWaitNotifyKey(name, "acquire"); }
42434445464748
response = permit.acquire(permitCount, getCallerUuid()); } @Override public WaitNotifyKey getWaitKey() { return new SemaphoreWaitNotifyKey(name, "acquire"); }
45464748495051
return permitCount > 0; } @Override public WaitNotifyKey getNotifiedKey() { return new SemaphoreWaitNotifyKey(name, "acquire"); }