Cppcheck
|
#include "threadexecutor.h"
#include "config.h"
#include "cppcheck.h"
#include "errorlogger.h"
#include "filesettings.h"
#include "settings.h"
#include "timer.h"
#include <algorithm>
#include <cassert>
#include <cstdlib>
#include <future>
#include <iostream>
#include <list>
#include <numeric>
#include <mutex>
#include <system_error>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | SyncLogForwarder |
class | ThreadData |
Functions | |
static unsigned int STDCALL | threadProc (ThreadData *data) |
|
static |
Definition at line 161 of file threadexecutor.cpp.
References ThreadData::check(), ThreadData::logForwarder, ThreadData::next(), and ThreadData::status().
Referenced by ThreadExecutor::check().