view 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
line wrap: on
line source

/*
** Dining Philosophers Problem's scheduler
*/

extern struct task * current_task;
__code scheduler(PhilsPtr self, TaskPtr task);

/* end */