// $Id: main.c 112 2009-03-18 22:36:26Z rosiere $ //=====[ main ]================================================================= /* * All thread execute this routine * Initialize the thread and attribute a Workload at each thread */ #include #include "dhry21.h" int main() { printf("cycle : %f\n",dtime()); /* dhry21(100); */ exit (0); while (1); }