You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Denes Matetelki 64efcfd9da
intIntervalTotimespec moved to Common.hpp, run_test.sh stop if test failed or segfaulted
14 years ago
..
Common.hpp intIntervalTotimespec moved to Common.hpp, run_test.sh stop if test failed or segfaulted 14 years ago
ConcurrentQueue.hpp ConditionalVariable takes Mutex as reference, not as pointer 14 years ago
ConditionVariable.hpp PThreadWrappers return with the retval of called pthread. Task became an interface. WorkerThread moved to test_ThreadPool.hpp. Thread has stop() and m_isRunning members. ThreadPool is now Task and Thread type independent. No more assertions in PThreadWrappers. Unittests refactored. test dir cleaned up. 14 years ago
Mutex.hpp PThreadWrappers return with the retval of called pthread. Task became an interface. WorkerThread moved to test_ThreadPool.hpp. Thread has stop() and m_isRunning members. ThreadPool is now Task and Thread type independent. No more assertions in PThreadWrappers. Unittests refactored. test dir cleaned up. 14 years ago
ScopedLock.hpp ScopedLock takes Mutex as reference not as pointer 14 years ago
Singleton.hpp CMakeLists.txt cleanup, added minimal unittest, added run_test coeverage tool, added .gitignore file 14 years ago
Task.hpp intIntervalTotimespec moved to Common.hpp, run_test.sh stop if test failed or segfaulted 14 years ago
Thread.hpp PThreadWrappers return with the retval of called pthread. Task became an interface. WorkerThread moved to test_ThreadPool.hpp. Thread has stop() and m_isRunning members. ThreadPool is now Task and Thread type independent. No more assertions in PThreadWrappers. Unittests refactored. test dir cleaned up. 14 years ago
ThreadPool.hpp ThreadPool does not have threadnum parameter anymore, you can add as many worker thread as you want later 14 years ago