thread.c
Thu, 17 May 2007 15:04:28 +0000 rubidium (svn r9863) [0.5] -Backport from trunk (r9759, r9861): 0.5
Sun, 20 Aug 2006 13:48:04 +0000 truelight (svn r5978) -Add: allow a switch in Makefile.config to disable threads in OpenTTD (no matter what system you are on). Only useful for testing.
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
Sat, 19 Aug 2006 09:23:48 +0000 truelight (svn r5943) -Merge TGP (part r5725): -Codechange: renamed Thread to OTTDThread, as Windows
Sat, 06 Aug 2005 14:58:06 +0000 truelight (svn r2814) -Fix: made MorphOS to compile again
Fri, 05 Aug 2005 20:18:08 +0000 tron (svn r2811) Fix typos in r2810
Fri, 05 Aug 2005 11:53:48 +0000 tron (svn r2810) Threads may now return information when they terminate using a void*.
Fri, 05 Aug 2005 09:15:41 +0000 tron (svn r2809) Implement more generic threading functions, which allow more than one thread