The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros | Functions
thread.cpp File Reference
#include "global.hpp"
#include <vector>
#include "log.hpp"
#include "thread.hpp"
#include <SDL_mutex.h>
#include <SDL_thread.h>
#include <SDL_version.h>
Include dependency graph for thread.cpp:

Go to the source code of this file.

Namespaces

 threading
 

Macros

#define ERR_G   LOG_STREAM(err, lg::general())
 

Functions

static int run_async_operation (void *data)
 

Macro Definition Documentation

#define ERR_G   LOG_STREAM(err, lg::general())

Function Documentation

static int run_async_operation ( void data)
static

Definition at line 32 of file thread.cpp.

Referenced by threading::async_operation::execute().