Changeset 78742 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- May 25, 2019 1:37:42 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130829
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ThreadTask.cpp
r76553 r78742 52 52 * 53 53 * @sa createThreadWithType 54 * 55 * @note Always consumes @a this! 54 56 */ 55 57 HRESULT ThreadTask::createThread(void) … … 63 65 * 64 66 * @param enmType The thread type. 67 * 68 * @note Always consumes @a this! 65 69 */ 66 70 HRESULT ThreadTask::createThreadWithType(RTTHREADTYPE enmType)
Note:
See TracChangeset
for help on using the changeset viewer.