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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp5538 // between the call to compute_abstime() and pthread_cond_timedwait(), more
5581 // TODO: replace compute_abstime() with unpackTime()
5583 static struct timespec* compute_abstime(struct timespec* abstime, jlong millis) { function
5664 compute_abstime(&abst, millis);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp5277 // between the call to compute_abstime() and pthread_cond_timedwait(), more
5320 // TODO: replace compute_abstime() with unpackTime()
5322 static struct timespec* compute_abstime(timespec* abstime, jlong millis) { function
5403 compute_abstime(&abst, millis);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp6240 // TODO-FIXME: switch from compute_abstime() to unpackTime().
6242 static timestruc_t* compute_abstime(timestruc_t* abstime, jlong millis) { function
6346 compute_abstime (&abst, millis);

Completed in 86 milliseconds