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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DReaderWriterLock.java48 * operation here. } finally { lock.writeDone(); } }
115 * This call must be followed by a call to writeDone() when the write
127 // or writeDone() (both of which are synchronized),
155 * do the write operation here } finally { lock.writeDone(); } }else { //
171 public synchronized void writeDone() { method in class:ReaderWriterLock
263 lock.writeDone();
279 lock.writeDone();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DReaderWriterLock.java48 * operation here. } finally { lock.writeDone(); } }
115 * This call must be followed by a call to writeDone() when the write
127 // or writeDone() (both of which are synchronized),
155 * do the write operation here } finally { lock.writeDone(); } }else { //
171 public synchronized void writeDone() { method in class:ReaderWriterLock
263 lock.writeDone();
279 lock.writeDone();

Completed in 40 milliseconds