# HG changeset patch # User anatofuz # Date 1598352417 -32400 # Node ID df34d44aceca32f2b885e15d3ffccaefa7873468 # Parent 41d605d4878090077b1ec764371ce5400ed22c80 add pop_and_push examples files diff -r 41d605d48780 -r df34d44aceca src/parallel_execution/examples/pop_and_push/StackTest2.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/parallel_execution/examples/pop_and_push/StackTest2.h Tue Aug 25 19:46:57 2020 +0900 @@ -0,0 +1,6 @@ +typedef struct StackTest2 { + __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; + diff -r 41d605d48780 -r df34d44aceca src/parallel_execution/examples/pop_and_push/StackTest2Impl.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/parallel_execution/examples/pop_and_push/StackTest2Impl.h Tue Aug 25 19:46:57 2020 +0900 @@ -0,0 +1,3 @@ +typedef struct StackTest2Impl impl StackTest2 { + __code next(...); +} StackTest2Impl;