view src/parallel_execution/stack.h @ 148:473b7d990a1f

fix data gears type enum
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 10 Nov 2016 12:07:53 +0900
parents cc071cf1ba85
children 081607dcf893
line wrap: on
line source

extern union Data* createSingleLinkedStack(struct Context* context);

extern __code pushSingleLinkedStack_stub(struct Context* context) ;
extern __code popSingleLinkedStack_stub(struct Context* context) ;
extern __code pop2SingleLinkedStack_stub(struct Context* context) ;
extern __code getSingleLinkedStack_stub(struct Context* context) ;
extern __code get2SingleLinkedStack_stub(struct Context* context) ;
extern __code isEmptySingleLinkedStack_stub(struct Context* context) ;
extern __code clearSingleLinkedStack_stub(struct Context* context) ;