comparison scheduler.h @ 2:b15128ab0324

Fix dpp2 for cbc using LLVM 3.7
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Wed, 16 Dec 2015 17:16:29 +0900
parents d4bc23cb728b
children 4a68716b7488
comparison
equal deleted inserted replaced
1:2874954d97b2 2:b15128ab0324
1 /* 1 /*
2 ** Dining Philosophers Problem's scheduler 2 ** Dining Philosophers Problem's scheduler
3 */ 3 */
4 4
5 extern struct task * current_task; 5 extern struct task * current_task;
6 code scheduler(PhilsPtr self, TaskPtr task); 6 __code scheduler(PhilsPtr self, TaskPtr task);
7 7
8 /* end */ 8 /* end */