Mercurial > hg > Game > Cerium
view example/Null/ppe/NullTask.cc @ 1513:18b63e697c61 draft
many_task/quick_sort is changed recursive to loop
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Oct 2012 02:03:18 +0900 |
parents | e38a4f3e238d |
children |
line wrap: on
line source
#include <stdio.h> #include <math.h> #include "SchedTask.h" #include "NullTask.h" #include "Func.h" SchedDefineTask1(NullTask, nullTask); static int nullTask(SchedTask *smanager, void *rbuf, void *wbuf) { return 0; }