(svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the threading we have better extendable.

This commit is contained in:
rubidium
2008-04-14 19:54:33 +00:00
parent bf1d42c23d
commit d022d4af3d
18 changed files with 1076 additions and 348 deletions

View File

@@ -733,7 +733,11 @@
>
</File>
<File
RelativePath=".\..\src\thread.cpp"
RelativePath=".\..\src\thread_win32.cpp"
>
</File>
<File
RelativePath=".\..\src\fiber_win32.cpp"
>
</File>
<File
@@ -788,6 +792,10 @@
RelativePath=".\..\src\core\alloc_func.hpp"
>
</File>
<File
RelativePath=".\..\src\core\alloc_type.hpp"
>
</File>
<File
RelativePath=".\..\src\articulated_vehicles.h"
>
@@ -940,6 +948,10 @@
RelativePath=".\..\src\core\enum_type.hpp"
>
</File>
<File
RelativePath=".\..\src\fiber.hpp"
>
</File>
<File
RelativePath=".\..\src\fileio.h"
>
@@ -2228,6 +2240,10 @@
RelativePath=".\..\src\misc\blob.hpp"
>
</File>
<File
RelativePath=".\..\src\misc\countedobj.cpp"
>
</File>
<File
RelativePath=".\..\src\misc\countedptr.hpp"
>