Changeset 39456 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Nov 29, 2011 1:31:29 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75102
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/thread.cpp
r39083 r39456 677 677 * @param pszThreadName The name of the thread (purely a dummy for backtrace). 678 678 */ 679 DECL HIDDEN(int) rtThreadMain(PRTTHREADINT pThread, RTNATIVETHREAD NativeThread, const char *pszThreadName)679 DECLCALLBACK(DECLHIDDEN(int)) rtThreadMain(PRTTHREADINT pThread, RTNATIVETHREAD NativeThread, const char *pszThreadName) 680 680 { 681 681 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.