/[svn]/linuxsampler/trunk/src/testcases/MutexTest.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/testcases/MutexTest.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3547 by schoenebeck, Wed Jun 6 18:50:03 2007 UTC revision 3548 by schoenebeck, Wed Jul 31 09:35:10 2019 UTC
# Line 35  class MutexTest : public CppUnit::TestFi Line 35  class MutexTest : public CppUnit::TestFi
35    
36                  ConcurrentThread();                  ConcurrentThread();
37                  int Main();                  int Main();
38                    using Thread::SignalStartThread; // make method public
39          };          };
40    
41          // dummy thread we use to check if the Mutex falsely blcoks if we do a double lock and to avoid that our unit test main thread gets blocked          // dummy thread we use to check if the Mutex falsely blcoks if we do a double lock and to avoid that our unit test main thread gets blocked
# Line 44  class MutexTest : public CppUnit::TestFi Line 45  class MutexTest : public CppUnit::TestFi
45    
46                  DummyThread();                  DummyThread();
47                  int Main();                  int Main();
48                    using Thread::SignalStartThread; // make method public
49              private:              private:
50                  Mutex mutex;                  Mutex mutex;
51          };          };

Legend:
Removed from v.3547  
changed lines
  Added in v.3548

  ViewVC Help
Powered by ViewVC