VirtualBox

Changeset 32905 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 5, 2010 11:43:35 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66388
Message:

Introducing RTThreadGetExecutionTimeMilli

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/thread.h

    r28800 r32905  
    651651
    652652
     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 */
     662RTR3DECL(int) RTThreadGetExecutionTimeMilli(RTTHREAD hThread, uint64_t *pKernelTime, uint64_t *pUserTime);
    653663
    654664/** @name Thread Local Storage
Note: See TracChangeset for help on using the changeset viewer.

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