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

/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java1196 * than the length of {@code tarray}.
1201 * @param tarray
1210 public static int enumerate(Thread tarray[]) { argument
1211 return currentThread().getThreadGroup().enumerate(tarray);
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp1345 typeArrayOop tarray = oopFactory::new_typeArray(T_INT, num_locked_monitors, CHECK_NULL); variable
1346 typeArrayHandle dh(THREAD, tarray);

Completed in 31 milliseconds