OSDN Git Service

Now using a QSemaphore to make the observer threads sleep. This allows waking up...
authorlordmulder <mulder2@gmx.de>
Fri, 25 Nov 2011 00:01:30 +0000 (01:01 +0100)
committerlordmulder <mulder2@gmx.de>
Fri, 25 Nov 2011 00:01:30 +0000 (01:01 +0100)
commit2243c77f4b08c8ad144c7f38eec0bb6b94074161
tree6e9683744327d74ce513c99e548bc036699bac59
parentfb53e209b5bae8da2074d7c4371a1e4935036e3a
Now using a QSemaphore to make the observer threads sleep. This allows waking up the threads immediately *without* having to poll the 'terminated' flag at short intervals.
src/Config.h
src/Thread_CPUObserver.cpp
src/Thread_CPUObserver.h
src/Thread_DiskObserver.cpp
src/Thread_DiskObserver.h
src/Thread_RAMObserver.cpp
src/Thread_RAMObserver.h