Cppcheck
Classes | Functions
threadexecutor.cpp File Reference
#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)
 

Function Documentation

◆ threadProc()

static unsigned int STDCALL threadProc ( ThreadData data)
static