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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp5290 static jlong slow_thread_cpu_time(Thread *thread, bool user_sys_cpu_time);
5318 return slow_thread_cpu_time(Thread::current(), true /* user + sys */);
5329 return slow_thread_cpu_time(thread, true /* user + sys */);
5341 return slow_thread_cpu_time(Thread::current(), user_sys_cpu_time);
5370 return slow_thread_cpu_time(thread, user_sys_cpu_time);
5380 static jlong slow_thread_cpu_time(Thread *thread, bool user_sys_cpu_time) { function
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp5069 static jlong slow_thread_cpu_time(Thread *thread, bool user_sys_cpu_time);
5093 return slow_thread_cpu_time(Thread::current(), true /* user + sys */);
5102 return slow_thread_cpu_time(thread, true /* user + sys */);
5110 return slow_thread_cpu_time(Thread::current(), user_sys_cpu_time);
5118 return slow_thread_cpu_time(thread, user_sys_cpu_time);
5126 static jlong slow_thread_cpu_time(Thread *thread, bool user_sys_cpu_time) { function

Completed in 3425 milliseconds