git-svn-id: svn://db.shs.com.ru/pip@692 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -57,6 +57,7 @@ PISystemMonitor::PISystemMonitor(): PIThread() {
|
||||
self_ = false;
|
||||
pID_ = cycle = 0;
|
||||
cpu_count = PISystemInfo::instance()->processorsCount;
|
||||
#ifndef FREERTOS
|
||||
#ifndef WINDOWS
|
||||
# ifdef QNX
|
||||
page_size = 4096;
|
||||
@@ -66,6 +67,7 @@ PISystemMonitor::PISystemMonitor(): PIThread() {
|
||||
#else
|
||||
PRIVATE->hProc = 0;
|
||||
PRIVATE->mem_cnt.cb = sizeof(PRIVATE->mem_cnt);
|
||||
#endif
|
||||
#endif
|
||||
setName("system_monitor");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user