Robert Osfield
28a676e105
Replaced use of while(isRunning()) { YieldCurrentThread(); } style loops with use of join() to avoid false positives being reported by valgrind when using the helgrind tool for thread debugging.
...
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14460 16af8721-9629-0410-8352-f15c8da7e697
2014-11-04 10:46:59 +00:00
Robert Osfield
bca82dffcd
Fixed permissions
2010-06-03 16:01:25 +00:00
Robert Osfield
a4cc72d4fb
Removed redundant errno declaration that was cause build problems under RedHat 3.2.
...
Removed redundant version declarations.
2009-05-15 12:22:53 +00:00
Robert Osfield
ed747fc789
Added brackets around (unsigned int) to avoid IRIX compile error.
2009-02-11 12:10:52 +00:00
Robert Osfield
3d07ab5664
Warning fixes
2008-10-29 11:15:33 +00:00
Robert Osfield
323ce02f23
Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals.
...
This change has been done to make it easier for OpenSceneGraph users to check out the svn via https
without any conflicts introduced with a http externals.
2008-04-01 10:49:53 +00:00