VirtualBox

Changeset 99901 in vbox for trunk/src/VBox/Runtime/r3/os2


Ignore:
Timestamp:
May 22, 2023 2:15:10 PM (20 months ago)
Author:
vboxsync
Message:

IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp

    r98103 r99901  
    325325
    326326
    327 RTR3DECL(int) RTThreadGetExecutionTimeMilli(uint64_t *pKernelTime, uint64_t *pUserTime)
    328 {
     327RTR3DECL(int) RTThreadGetExecutionTimeMilli(uint64_t *pcMsKernelTime, uint64_t *pcMsUserTime)
     328{
     329    RT_NOREF(pcMsKernelTime, pcMsUserTime);
    329330    return VERR_NOT_IMPLEMENTED;
    330331}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette