Changeset 99921 in vbox for trunk/include/iprt
- Timestamp:
- May 22, 2023 8:52:28 PM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 157564
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/thread.h
r99901 r99921 864 864 RTDECL(const char *) RTThreadStateName(RTTHREADSTATE enmState); 865 865 866 867 866 /** 868 867 * Native thread states returned by RTThreadNativeState. … … 886 885 } RTTHREADNATIVESTATE; 887 886 888 889 887 /** 890 888 * Get the native state of a thread. … … 898 896 RTDECL(RTTHREADNATIVESTATE) RTThreadGetNativeState(RTTHREAD hThread); 899 897 900 901 898 /** 902 899 * Get the execution times of the calling thread. 903 900 * 904 * @returns IPRT status code. 901 * @returns IPRT status code. 905 902 * @retval VERR_NOT_IMPLEMENTED if not implemented/supported. 906 * 903 * 907 904 * @param[out] pcMsKernelTime Kernel execution time in ms (out). 908 905 * @param[out] pcMsUserTime User execution time in ms (out). 909 * 906 * 910 907 * @remarks Linux and FreeBSD is currently reporting both kernel and user time 911 908 * together via @a *pcMsUserTime and @a *pcMsKernelTime will always be
Note:
See TracChangeset
for help on using the changeset viewer.