Changeset 32914 in vbox for trunk/src/VBox/Runtime/r3/os2
- Timestamp:
- Oct 5, 2010 1:25:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66397
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp
r32905 r32914 294 294 295 295 296 RTR3DECL(int) RTThreadGetExecutionTimeMilli( RTTHREAD hThread,uint64_t *pKernelTime, uint64_t *pUserTime)296 RTR3DECL(int) RTThreadGetExecutionTimeMilli(uint64_t *pKernelTime, uint64_t *pUserTime) 297 297 { 298 298 return VERR_NOT_IMPLEMENTED;
Note:
See TracChangeset
for help on using the changeset viewer.