// $Id: main.c 124 2009-06-17 12:11:25Z rosiere $ //=====[ main ]================================================================= /* * All thread execute this routine * Initialize the thread and attribute a Workload at each thread */ #include #include "dhry21.h" int main() { dhry21(1000); exit (0); while (1); }