Searched defs:clock_gettime (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp34 // Mac OS X doesn't support clock_gettime. Stub out the type, it is
209 static int clock_gettime(clockid_t clock_id, struct timespec *tp) { function in class:Bsd
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp196 static int clock_gettime(clockid_t clock_id, struct timespec *tp) { function in class:Linux

Completed in 78 milliseconds