Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Fifo/FifoTaskManagerImpl.h @ 485:9745d08e2f25
fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 06 Oct 2009 10:05:49 +0900 |
parents | 5bda98b0b56d |
children | cb5ecfc5aaa3 |
comparison
equal
deleted
inserted
replaced
484:8602bb323369 | 485:9745d08e2f25 |
---|---|
22 // call by system | 22 // call by system |
23 void init(void); | 23 void init(void); |
24 void init(MainScheduler*, TaskManagerImpl*); | 24 void init(MainScheduler*, TaskManagerImpl*); |
25 void run(void); | 25 void run(void); |
26 void mail_check(MailQueuePtr mail_list); | 26 void mail_check(MailQueuePtr mail_list); |
27 void mail_check(MailQueuePtr mail_list, TaskQueueInfo *waitQueue); | |
27 TaskListPtr get_runTaskList(void); | 28 TaskListPtr get_runTaskList(void); |
28 MailQueuePtr schedule(TaskListPtr); | 29 MailQueuePtr schedule(TaskListPtr); |
29 | 30 |
30 // call by user | 31 // call by user |
31 int add_data(ListDataPtr, uint32, int); | 32 int add_data(ListDataPtr, uint32, int); |