summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_getcpuclockid.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-171-1/+3
| | | | | | | | for process, thread or others we want to support. Use the syscall to implement POSIX API clock_getcpuclock and pthread_getcpuclockid. PR: 168417
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-221-0/+47
time clock id.
OpenPOWER on IntegriCloud