Searched defs:readDone (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/ |
H A D | ReaderWriterLock.java | 45 * lock.readDone(); } } 69 * safely. This call must be followed by a call to readDone() when the read 87 * resource. If it returns true, you should do the read, then call readDone 90 * finally { lock.readDone(); } }else { // couldn't read safely. } 105 public synchronized void readDone() { method in class:ReaderWriterLock 126 // for someone to call either readDone() 174 // finish up, they'll call readDone(), one at 175 // a time. When they're all done, readDone() will 249 lock.readDone(); 270 lock.readDone(); [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/ |
H A D | ReaderWriterLock.java | 45 * lock.readDone(); } } 69 * safely. This call must be followed by a call to readDone() when the read 87 * resource. If it returns true, you should do the read, then call readDone 90 * finally { lock.readDone(); } }else { // couldn't read safely. } 105 public synchronized void readDone() { method in class:ReaderWriterLock 126 // for someone to call either readDone() 174 // finish up, they'll call readDone(), one at 175 // a time. When they're all done, readDone() will 249 lock.readDone(); 270 lock.readDone(); [all...] |
Completed in 3499 milliseconds