Changeset 2206 in Sophya for trunk/ArchTOIPipe/Kernel/cgt.cc
- Timestamp:
- Oct 7, 2002, 4:23:02 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/cgt.cc
r2187 r2206 154 154 cout << " CGT::Start() starting TOIProcessors ... NProc=" 155 155 << lesProcs.size() << endl; 156 for(int i=0; i< lesProcs.size(); i++) {157 if (dbgLevel > 1)156 /* for(int i=0; i< lesProcs.size(); i++) { 157 if (dbgLevel > 1) 158 158 cout << " Staring Proc Id= " << i << " @ " << hex << lesProcs[i] << dec << endl; 159 lesProcs[i]->start(); 160 } 159 lesProcs[i]->start(); 160 } 161 */ 162 TOIManager::getInstance()->startAll(); 161 163 } 162 164
Note:
See TracChangeset
for help on using the changeset viewer.