summaryrefslogtreecommitdiff
path: root/src/thread_morphos.cpp
AgeCommit message (Collapse)Author
2009-01-20(svn r15158) -Cleanup: remove some unused/unneeded cruft from the thread ↵rubidium
generalisation.
2009-01-12(svn r15006) -Codechange: throw a real instance of a class, instead of '0' ↵truebrain
(which can also be a throw from within a thread for what ever reason)
2008-06-08(svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner ↵rubidium
that hopefully doesn't cause crashes.
2008-06-08(svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is ↵truebrain
called when a thread is terminated. Now GenWorld- and SaveLoad-thread cleanup theirselves correctly, while Fibers don't (as that causes access-violations)
2008-06-08(svn r13411) -Codechange: remove the return value from the thread procs ↵rubidium
because it is never used.
2008-05-06(svn r12980) -Fix: MorphOS threading support. Patch by Fabien Coeurjoly.rubidium