Mercurial > hg > Members > Moririn
annotate 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 |
rev | line source |
---|---|
132 | 1 extern union Data* createSingleLinkedStack(struct Context* context); |
140 | 2 |
3 extern __code pushSingleLinkedStack_stub(struct Context* context) ; | |
4 extern __code popSingleLinkedStack_stub(struct Context* context) ; | |
5 extern __code pop2SingleLinkedStack_stub(struct Context* context) ; | |
6 extern __code getSingleLinkedStack_stub(struct Context* context) ; | |
7 extern __code get2SingleLinkedStack_stub(struct Context* context) ; | |
8 extern __code isEmptySingleLinkedStack_stub(struct Context* context) ; | |
145
cc071cf1ba85
add stack clear interface
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
140
diff
changeset
|
9 extern __code clearSingleLinkedStack_stub(struct Context* context) ; |