Mercurial > hg > Game > Cerium
comparison TaskManager/Fifo/FifoTaskManagerImpl.h @ 637:20665e4060ea draft
not yet worked...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Nov 2009 11:13:42 +0900 |
parents | 5641d121818e |
children | ecf056ddd21a |
comparison
equal
deleted
inserted
replaced
636:aba1600e8f83 | 637:20665e4060ea |
---|---|
28 TaskListPtr get_runTaskList(void); | 28 TaskListPtr get_runTaskList(void); |
29 MailQueuePtr schedule(TaskListPtr); | 29 MailQueuePtr schedule(TaskListPtr); |
30 | 30 |
31 // call by user | 31 // call by user |
32 int add_data(ListDataPtr, uint32, int); | 32 int add_data(ListDataPtr, uint32, int); |
33 #if 0 | |
33 void* allocate(int size,int align); | 34 void* allocate(int size,int align); |
34 void* allocate(int size); | 35 void* allocate(int size); |
35 Scheduler* get_scheduler(); | 36 Scheduler* get_scheduler(); |
37 #endif | |
36 }; | 38 }; |
37 | 39 |
38 | 40 |
39 #endif /* INCLUDED_FIFO_TASK_MANAGER_IMPL */ | 41 #endif /* INCLUDED_FIFO_TASK_MANAGER_IMPL */ |