Searched refs:thread_ticks (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp178 int thread_ticks; member in class:ThreadProfiler
183 void inc_thread_ticks() { thread_ticks += 1; }
H A Dfprofiler.cpp1064 thread_ticks += 1;
1170 thread_ticks = 0;
1319 if (thread_ticks <= 0) {
1347 if (total != thread_ticks) {
1348 print_ticks("Lost ticks", thread_ticks-total, thread_ticks);
1490 if (thread_ticks <= 0) {

Completed in 34 milliseconds