Searched defs:activeCount (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DByteBufferPool.java37 public int activeCount(); method in interface:ByteBufferPool
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DByteBufferPoolImpl.java201 public int activeCount() method in class:ByteBufferPoolImpl
/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadGroup.java336 public int activeCount() { method in class:ThreadGroup
355 result += groupsSnapshot[i].activeCount();
395 * <p> An application might use the {@linkplain #activeCount activeCount}
H A DThread.java1180 public static int activeCount() { method in class:Thread
1181 return currentThread().getThreadGroup().activeCount();
1190 * <p> An application might use the {@linkplain #activeCount activeCount}

Completed in 2691 milliseconds