Changeset 75503 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 16, 2018 2:02:15 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126660
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HGCMThread.h
r75498 r75503 125 125 /** Create a HGCM worker thread. 126 126 * 127 * @param pHandle Where to store the returned worker thread handle.128 * @param pszThreadName Name of the thread, needed by runtime.129 * @param pfnThread The worker thread function.130 * @param pvUser A pointer passed to worker thread.131 * @param pszStat SubDirThe "sub-directory" under "/HGCM/" where thread132 * statistics should be registered. The caller,133 * HGCMService, will deregister them. NULL if no stats.134 * @param pUVM The user mode VM handle to register statistics with.135 * NULL if no stats.127 * @param pHandle Where to store the returned worker thread handle. 128 * @param pszThreadName Name of the thread, needed by runtime. 129 * @param pfnThread The worker thread function. 130 * @param pvUser A pointer passed to worker thread. 131 * @param pszStatsSubDir The "sub-directory" under "/HGCM/" where thread 132 * statistics should be registered. The caller, 133 * HGCMService, will deregister them. NULL if no stats. 134 * @param pUVM The user mode VM handle to register statistics with. 135 * NULL if no stats. 136 136 * 137 137 * @return VBox error code
Note:
See TracChangeset
for help on using the changeset viewer.