00001 // "peo_finalize.cpp" 00002 00003 // (c) OPAC Team, LIFL, August 2005 00004 00005 /* 00006 Contact: paradiseo-help@lists.gforge.inria.fr 00007 */ 00008 00009 #include "peo_fin.h" 00010 #include "peo_debug.h" 00011 #include "runner.h" 00012 #include "rmc.h" 00013 00014 void peo :: finalize () { 00015 00016 printDebugMessage ("waiting for the termination of all threads"); 00017 00018 joinRunners (); 00019 00020 finalizeRMC (); 00021 00022 printDebugMessage ("this is the end"); 00023 endDebugging (); 00024 }
1.4.7