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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp36 typedef int clockid_t; typedef
58 static int (*_clock_gettime)(clockid_t, struct timespec *);
60 static int (*_pthread_getcpuclockid)(pthread_t, clockid_t *);
209 static int clock_gettime(clockid_t clock_id, struct timespec *tp) {
214 static int pthread_getcpuclockid(pthread_t tid, clockid_t *clock_id) {
222 static jlong fast_thread_cpu_time(clockid_t clockid);

Completed in 63 milliseconds