boinc/multi_thread
David Anderson cfc5b5a230 - multi_thread: suspend/resume didn't work in the Unix implementation.
REMINDER TO SELF: you can't suspend or resume pthreads - period.
    So I changed things so that in the Unix implementation,
    we fork a second process, in which the threads run.
    The first process handles suspend/resume messages
    by signaling the 2nd process.
    The 2nd process generates system messages (frac done, CPU time)

svn path=/trunk/boinc_samples/; revision=14977
2008-03-28 17:39:00 +00:00
..
Makefile - added example multi-thread application 2008-03-14 17:35:22 +00:00
multi_thread.C - multi_thread: suspend/resume didn't work in the Unix implementation. 2008-03-28 17:39:00 +00:00