29#ifndef THREADNUMBERLIMITER_H
30#define THREADNUMBERLIMITER_H
42 static int m_numberOfBackgroundThreads;
43 static std::mutex m_mutex;
44 static std::mutex m_counterMutex;
45 bool *m_runningIndicator = NULL;
A dialog that shows the program's license.
Definition: ThreadNumberLimiter.h:37