Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix prototype. Also the function should return error code instead of | davidxu | 2012-08-21 | 1 | -2/+4 |
| | | | | -1 on error. | ||||
* | Implement syscall clock_getcpuclockid2, so we can get a clock id | davidxu | 2012-08-17 | 1 | -0/+39 |
for process, thread or others we want to support. Use the syscall to implement POSIX API clock_getcpuclock and pthread_getcpuclockid. PR: 168417 |