// $Id: main.c 128 2009-06-26 08:43:23Z rosiere $ //=====[ main ]================================================================= /* * All thread execute this routine * Initialize the thread and attribute a Workload at each thread */ #include #include "dhry21.h" int main() { dhry21(100); exit (0); while (1); }