Mercurial > hg > Papers > 2021 > anatofuz-master
view paper/src/twiceNormal.cbc @ 131:988b3024d685
update
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Feb 2021 05:49:37 +0900 |
parents | 7b4d7d2446e6 |
children |
line wrap: on
line source
__code createTask1(struct LoopCounter* loopCounter, struct TaskManager* taskManager) { Array* array1 = new Array(); Array* array2 = new Array(); Timer* timer = createTimerImpl(context); par goto createArray(array1, timer, __exit); par goto twice(array1, array2, iterate(split), __exit); par goto printArray(array2, timer, __exit); goto code2(); }