Searched refs:clock_gettime (Results 1 - 4 of 4) 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
H A Dos_bsd.cpp1602 ::clock_gettime(CLOCK_MONOTONIC, &tp) == 0) {
1604 _clock_gettime = ::clock_gettime;
1620 (int(*)(clockid_t, struct timespec*))dlsym(handle, "clock_gettime");
1691 int status = Bsd::clock_gettime(CLOCK_MONOTONIC, &tp);
4417 int rc = os::Bsd::clock_gettime(clockid, &tp);
4418 assert(rc == 0, "clock_gettime is expected to return 0 code");
/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
H A Dos_linux.cpp1414 (int(*)(clockid_t, struct timespec*))dlsym(handle, "clock_gettime");
1482 int status = Linux::clock_gettime(CLOCK_MONOTONIC, &tp);
4232 int rc = os::Linux::clock_gettime(clockid, &tp);
4233 assert(rc == 0, "clock_gettime is expected to return 0 code");

Completed in 70 milliseconds