view src/parallel_execution/examples/pop_and_push/StackTest2.h @ 712:df34d44aceca

add pop_and_push examples files
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 25 Aug 2020 19:46:57 +0900
parents
children 642b9ae21844
line wrap: on
line source

typedef struct StackTest2 <Type, Impl> {
  __code insertTest1(Impl* stackTest2, struct Stack* stack, union Data* data1, __code next(...));
  __code gotoOtherInterface(Impl* stackTest2, struct Stack* stack, union Data* data1, struct StackTest* stackTest, __code next(...));
  __code next(...);
} StackTest2;