Mercurial > hg > CbC > old > DPP
view dpp2.h @ 1:2874954d97b2
Fix dpp for cbc using LLVM 3.7
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 16 Dec 2015 16:52:16 +0900 |
parents | d4bc23cb728b |
children | b15128ab0324 |
line wrap: on
line source
#ifndef _DPP2_H_ #define _DPP2_H_ #define NULL (0) #include "dpp_common.h" extern code putdown_lfork(PhilsPtr self, struct task * current_task); extern code putdown_rfork(PhilsPtr self, struct task * current_task); extern code eating(PhilsPtr self, struct task * current_task); extern code hungry2(PhilsPtr self, struct task * current_task); extern code hungry1(PhilsPtr self, struct task * current_task); extern code pickup_rfork(PhilsPtr self, struct task * current_task); extern code pickup_lfork(PhilsPtr self, struct task * current_task); extern code thinking(PhilsPtr self, struct task * current_task); #endif