Reimplement SGThread and friends.

Reimplement the threading stuff using either pthreads
or win32 threads. These simple classes should help us
to stay osg independent for simgears core classes.
This commit is contained in:
Mathias Froehlich
2011-09-01 18:19:09 +02:00
parent 39731debdc
commit 059db643bc
3 changed files with 427 additions and 277 deletions

View File

@@ -1487,6 +1487,14 @@
RelativePath="..\..\simgear\threads\SGQueue.hxx"
>
</File>
<File
RelativePath="..\..\simgear\threads\SGThread.hxx"
>
</File>
<File
RelativePath="..\..\simgear\threads\SGThread.cxx"
>
</File>
</Filter>
<Filter
Name="Lib_sgstructure"