Changeset 85126 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Jul 8, 2020 11:04:57 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139066
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/thread.cpp
r85124 r85126 701 701 * @param pszThreadName The name of the thread (purely a dummy for backtrace). 702 702 */ 703 DECL CALLBACK(DECLHIDDEN(int)) rtThreadMain(PRTTHREADINT pThread, RTNATIVETHREAD NativeThread, const char *pszThreadName)703 DECL_HIDDEN_CALLBACK(int) rtThreadMain(PRTTHREADINT pThread, RTNATIVETHREAD NativeThread, const char *pszThreadName) 704 704 { 705 705 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.