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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp511 static volatile hrtime_t max_hrtime = 0; variable
1685 // grab lock for max_hrtime
1689 if (newtime > max_hrtime) {
1690 max_hrtime = newtime;
1692 newtime = max_hrtime;
1705 const hrtime_t prev = Atomic::load((volatile jlong*)&max_hrtime);
1707 const hrtime_t obsv = Atomic::cmpxchg(now, (volatile jlong*)&max_hrtime, prev);
5292 max_hrtime = first_hrtime = gethrtime();

Completed in 156 milliseconds