view dpp3.h @ 0:d4bc23cb728b

Import from CVS (CVS_DB/member/atsuki/cbc/DPP)
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Wed, 16 Dec 2015 15:16:11 +0900
parents
children b15128ab0324
line wrap: on
line source

#ifndef _DPP3_H_
#define _DPP3_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 pickup_rfork(PhilsPtr self, struct task * current_task);
extern __code pickup_lfork(PhilsPtr self, struct task * current_task);

#endif