VirtualBox

Changeset 99921 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 22, 2023 8:52:28 PM (23 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157564
Message:

iprt/thread.h: scm fixes

File:
1 edited

Legend:

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

    r99901 r99921  
    864864RTDECL(const char *) RTThreadStateName(RTTHREADSTATE enmState);
    865865
    866 
    867866/**
    868867 * Native thread states returned by RTThreadNativeState.
     
    886885} RTTHREADNATIVESTATE;
    887886
    888 
    889887/**
    890888 * Get the native state of a thread.
     
    898896RTDECL(RTTHREADNATIVESTATE) RTThreadGetNativeState(RTTHREAD hThread);
    899897
    900 
    901898/**
    902899 * Get the execution times of the calling thread.
    903900 *
    904  * @returns IPRT status code. 
     901 * @returns IPRT status code.
    905902 * @retval  VERR_NOT_IMPLEMENTED if not implemented/supported.
    906  * 
     903 *
    907904 * @param[out]  pcMsKernelTime  Kernel execution time in ms (out).
    908905 * @param[out]  pcMsUserTime    User execution time in ms (out).
    909  * 
     906 *
    910907 * @remarks Linux and FreeBSD is currently reporting both kernel and user time
    911908 *          together via @a *pcMsUserTime and @a *pcMsKernelTime will always be
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