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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp60 static int (*_pthread_getcpuclockid)(pthread_t, clockid_t *); member in class:Bsd
215 return _pthread_getcpuclockid ? _pthread_getcpuclockid(tid, clock_id) : -1;
H A Dos_bsd.cpp161 int (*os::Bsd::_pthread_getcpuclockid)(pthread_t, clockid_t *) = NULL; variable
1683 _pthread_getcpuclockid = pthread_getcpuclockid_func;
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp53 static int (*_pthread_getcpuclockid)(pthread_t, clockid_t *); member in class:Linux
201 return _pthread_getcpuclockid ? _pthread_getcpuclockid(tid, clock_id) : -1;
H A Dos_linux.cpp137 int (*os::Linux::_pthread_getcpuclockid)(pthread_t, clockid_t *) = NULL; variable
1475 _pthread_getcpuclockid = pthread_getcpuclockid_func;

Completed in 69 milliseconds