Changeset 32905 in vbox for trunk/include/iprt
- Timestamp:
- Oct 5, 2010 11:43:35 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66388
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/thread.h
r28800 r32905 651 651 652 652 653 /** 654 * Get the execution times of the specified thread 655 * 656 * @returns IPRT status code. 657 * @param hThread The thread handle. 658 * @param pKernelTime Kernel execution time in ms (out) 659 * @param pUserTime User execution time in ms (out) 660 * 661 */ 662 RTR3DECL(int) RTThreadGetExecutionTimeMilli(RTTHREAD hThread, uint64_t *pKernelTime, uint64_t *pUserTime); 653 663 654 664 /** @name Thread Local Storage
Note:
See TracChangeset
for help on using the changeset viewer.