Changeset 85124 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Jul 8, 2020 9:13:30 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139064
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/thread.cpp
r83125 r85124 87 87 static uint32_t volatile g_cThreadInTree; 88 88 /** Counters for each thread type. */ 89 DECL HIDDEN(uint32_t volatile)g_acRTThreadTypeStats[RTTHREADTYPE_END];89 DECL_HIDDEN_DATA(uint32_t volatile) g_acRTThreadTypeStats[RTTHREADTYPE_END]; 90 90 91 91
Note:
See TracChangeset
for help on using the changeset viewer.