git-svn-id: svn://db.shs.com.ru/pip@708 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-02-06 22:06:31 +00:00
parent 29a039f55b
commit 3246823c64
2 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
#endif
#ifndef FREERTOS
PRIVATE_DEFINITION_START(PISystemMonitor)
#ifndef WINDOWS
# ifdef MAC_OS
@@ -51,6 +52,7 @@ PRIVATE_DEFINITION_START(PISystemMonitor)
PITimeMeasurer tm;
#endif
PRIVATE_DEFINITION_END(PISystemMonitor)
#endif
PISystemMonitor::PISystemMonitor(): PIThread() {

View File

@@ -92,8 +92,9 @@ private:
PIMap<llong, PIString> tbid;
bool self_;
int pID_, page_size, cpu_count, cycle;
#ifndef FREERTOS
PRIVATE_DECLARATION
#endif
};
inline PICout operator <<(PICout s, const PISystemMonitor::ThreadStats & v) {