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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp214 static int pthread_getcpuclockid(pthread_t tid, clockid_t *clock_id) { function in class:Bsd
H A Dos_bsd.cpp1667 (int(*)(pthread_t, clockid_t *)) dlsym(RTLD_DEFAULT, "pthread_getcpuclockid");
1673 // returned by the pthread_getcpuclockid().
5297 int rc = os::Bsd::pthread_getcpuclockid(tid, &clockid);
5298 assert(rc == 0, "pthread_getcpuclockid is expected to return 0 code");
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp200 static int pthread_getcpuclockid(pthread_t tid, clockid_t *clock_id) { function in class:Linux
H A Dos_linux.cpp1459 (int(*)(pthread_t, clockid_t *)) dlsym(RTLD_DEFAULT, "pthread_getcpuclockid");
1465 // returned by the pthread_getcpuclockid().
5076 int rc = os::Linux::pthread_getcpuclockid(tid, &clockid);
5077 assert(rc == 0, "pthread_getcpuclockid is expected to return 0 code");

Completed in 54 milliseconds