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

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DThreadMXBean.java49 * {@link ThreadMXBean#getThreadCpuTime(long)}
68 * @see ThreadMXBean#getThreadCpuTime(long)
74 public long[] getThreadCpuTime(long[] ids); method in interface:ThreadMXBean
103 * @see #getThreadCpuTime
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DThreadMXBean.java400 * {@link #getThreadCpuTime getThreadCpuTime}(Thread.currentThread().getId());
479 public long getThreadCpuTime(long id); method in interface:ThreadMXBean
509 * @see #getThreadCpuTime
/openjdk7/jdk/src/share/classes/sun/management/
H A DThreadImpl.java219 public long getThreadCpuTime(long id) { method in class:ThreadImpl
222 final long[] times = getThreadCpuTime(ids);
250 public long[] getThreadCpuTime(long[] ids) { method in class:ThreadImpl
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1592 getThreadCpuTime(jthread thread) function

Completed in 928 milliseconds