comparison TaskManager/Fifo/FifoTaskManagerImpl.cc @ 674:bde5f13adf10

fix many task example (sort). Dummy task is now system supported.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 06 Dec 2009 00:54:10 +0900
parents d9111086b2c4
children b386522827ae
comparison
equal deleted inserted replaced
673:d9111086b2c4 674:bde5f13adf10
60 htaskImpl = tm-> htaskImpl ; 60 htaskImpl = tm-> htaskImpl ;
61 waitTaskQueue = NULL; // mail_check で外から設定される 61 waitTaskQueue = NULL; // mail_check で外から設定される
62 62
63 mainTaskList = taskListImpl->create(); 63 mainTaskList = taskListImpl->create();
64 64
65 schedTaskManager = new SchedTask();
66 schedTaskManager->init(0,0,0,mainScheduler);
65 67
66 } 68 }
67 69
68 void FifoTaskManagerImpl::show_profile() { 70 void FifoTaskManagerImpl::show_profile() {
69 printf("HEHEHEHEH\n"); 71 printf("HEHEHEHEH\n");