static CDS_EXPORT_API void detach_thread();
/// Get internal statistics
- void statistics( stat& st );
+ CDS_EXPORT_API void statistics( stat& st );
public: // for internal use only
/// The main garbage collecting function
}
\endcode
*/
- static stat const& postmortem_statistics();
-
+ CDS_EXPORT_API static stat const& postmortem_statistics();
};
}} // namespace cds::gc
static CDS_EXPORT_API void detach_thread();
/// Get internal statistics
- void statistics( stat& st );
+ CDS_EXPORT_API void statistics( stat& st );
public: // for internal use only
/// The main garbage collecting function
}
\endcode
*/
- static stat const& postmortem_statistics();
+ CDS_EXPORT_API static stat const& postmortem_statistics();
};
}} // namespace cds::gc
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tree", "tree", "{31977D29-25C2-4FEC-9176-15247A15A9B4}"\r
EndProject\r
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stress-map-del3", "stress-map-del3.vcxproj", "{729E28BB-F36F-4462-8434-9C252C286525}"\r
+ ProjectSection(ProjectDependencies) = postProject\r
+ {A34CED07-A442-4FA1-81C4-F8B9CD3C832B} = {A34CED07-A442-4FA1-81C4-F8B9CD3C832B}\r
+ {408FE9BC-44F0-4E6A-89FA-D6F952584239} = {408FE9BC-44F0-4E6A-89FA-D6F952584239}\r
+ EndProjectSection\r
EndProject\r
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stress-set-del3", "stress-set-del3.vcxproj", "{E91A1938-BB89-4676-9C9F-69AA697CB488}"\r
+ ProjectSection(ProjectDependencies) = postProject\r
+ {A34CED07-A442-4FA1-81C4-F8B9CD3C832B} = {A34CED07-A442-4FA1-81C4-F8B9CD3C832B}\r
+ {408FE9BC-44F0-4E6A-89FA-D6F952584239} = {408FE9BC-44F0-4E6A-89FA-D6F952584239}\r
+ EndProjectSection\r
EndProject\r
Global\r
GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
scan( pThis );
}
- void smr::statistics( stat& st )
+ CDS_EXPORT_API void smr::statistics( stat& st )
{
st.clear();
# ifdef CDS_ENABLE_HPSTAT
}}} // namespace cds::gc::dhp
-/*static*/ cds::gc::DHP::stat const& cds::gc::DHP::postmortem_statistics()
+CDS_EXPORT_API /*static*/ cds::gc::DHP::stat const& cds::gc::DHP::postmortem_statistics()
{
return cds::gc::dhp::s_postmortem_stat;
}
}
}
- void smr::statistics( stat& st )
+ CDS_EXPORT_API void smr::statistics( stat& st )
{
st.clear();
# ifdef CDS_ENABLE_HPSTAT
}}} // namespace cds::gc::hp
-/*static*/ cds::gc::HP::stat const& cds::gc::HP::postmortem_statistics()
+CDS_EXPORT_API /*static*/ cds::gc::HP::stat const& cds::gc::HP::postmortem_statistics()
{
return cds::gc::hp::s_postmortem_stat;
}