Moved Block, ReentrantMutex and ReadWriteMutex into OpenThreads.
This commit is contained in:
@@ -37,8 +37,8 @@ DatabasePager::DatabasePager()
|
||||
_useFrameBlock = false;
|
||||
_numFramesActive = 0;
|
||||
_frameNumber = 0;
|
||||
_frameBlock = new osg::Block;
|
||||
_databasePagerThreadBlock = new osg::Block;
|
||||
_frameBlock = new osg::RefBlock;
|
||||
_databasePagerThreadBlock = new osg::RefBlock;
|
||||
|
||||
_threadPriorityDuringFrame = THREAD_PRIORITY_MIN;
|
||||
_threadPriorityOutwithFrame = THREAD_PRIORITY_MIN;
|
||||
|
||||
@@ -9,7 +9,6 @@ CXXFILES =\
|
||||
FileUtils.cpp\
|
||||
ReadFile.cpp\
|
||||
ReaderWriter.cpp\
|
||||
ReentrantMutex.cpp\
|
||||
Registry.cpp\
|
||||
Version.cpp\
|
||||
WriteFile.cpp\
|
||||
|
||||
Reference in New Issue
Block a user