Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | (svn r12945) -Fix: (small) memory leak when joining/exiting threads. | rubidium | |
2008-04-28 | (svn r12916) -Fix: let ThreadObject_pthread::IsRunning() behave the same way ↵ | smatz | |
as ThreadObject_Win32::IsRunning() does | |||
2008-04-14 | (svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the ↵ | rubidium | |
threading we have better extendable. |