/[svn]
ViewVC logotype

Revision 1221


Jump to revision: Previous Next
Author: schoenebeck
Date: Wed Jun 6 18:50:03 2007 UTC (16 years, 9 months ago)
Changed paths: 11
Log Message:
* fixed several issues in fundamental "Thread" class: set scheduling
  policy and priority on thread level, set a minimum stack size for
  thread (TODO: a reasonable value yet to be tested), bugfix: non-RT
  threads simply inherited properties of starting thread instead of
  setting their own policy and priority
* updated and fixed test cases (haven't been touched in a while, but
  are now all running successfully through all cases)


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/src/common/Condition.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/Condition.h modified , text changed
Directorylinuxsampler/trunk/src/common/Thread.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/Thread.h modified , text changed
Directorylinuxsampler/trunk/src/testcases/ConditionTest.h modified , text changed
Directorylinuxsampler/trunk/src/testcases/LSCPTest.cpp modified , text changed
Directorylinuxsampler/trunk/src/testcases/LSCPTest.h modified , text changed
Directorylinuxsampler/trunk/src/testcases/MutexTest.h modified , text changed
Directorylinuxsampler/trunk/src/testcases/ThreadTest.cpp modified , text changed
Directorylinuxsampler/trunk/src/testcases/ThreadTest.h modified , text changed

  ViewVC Help
Powered by ViewVC