log src/thread_morphos.cpp @ 11426:38844e2f76fd draft

age author description
Tue, 20 Jan 2009 03:12:46 +0000 rubidium (svn r15158) -Cleanup: remove some unused/unneeded cruft from the thread generalisation. draft
Mon, 12 Jan 2009 14:31:49 +0000 truebrain (svn r15006) -Codechange: throw a real instance of a class, instead of '0' (which can also be a throw from within a thread for what ever reason) draft
Sun, 08 Jun 2008 15:27:57 +0000 rubidium (svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner that hopefully doesn't cause crashes. draft
Sun, 08 Jun 2008 12:06:27 +0000 truebrain (svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is called when a thread is terminated. Now GenWorld- and SaveLoad-thread cleanup theirselves correctly, while Fibers don't (as that causes access-violations) draft
Sun, 08 Jun 2008 10:51:36 +0000 rubidium (svn r13411) -Codechange: remove the return value from the thread procs because it is never used. draft
Tue, 06 May 2008 22:50:55 +0000 rubidium (svn r12980) -Fix: MorphOS threading support. Patch by Fabien Coeurjoly. draft