[EMAIL PROTECTED] wrote: > Hi, I'm writing a background timer using /cc++/thread.h [..] > #include <cc++/thread.h>
Hmmm, I don't think those are part of GCC, so you need to rather ask the ones that distributed that threading library. Otherwise, generally, you can't "restart" threads. You can call a function from inside the thread another time or start another thread, which come close to restarting. Uli -- http://gcc.gnu.org/faq.html http://parashift.com/c++-faq-lite/ _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus