Searched refs:inUse (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphList.java155 private static boolean inUse; field in class:GlyphList
194 if (inUse) {
198 if (inUse) {
201 inUse = true;
215 // if (inUse) {
219 // if (inUse) {
222 // inUse = true;
426 inUse = false;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java2085 synchronized void setInUse(boolean inUse) { argument
2086 this.inuse = inUse;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp1518 int inUse = 0; local

Completed in 51 milliseconds