#include "global.hpp"
#include "log.hpp"
#include "thread.hpp"
#include <new>
#include <iostream>
#include <memory>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | threading |
Defines | |
#define | ERR_G LOG_STREAM(err, general) |
Functions | |
static int | run_async_operation (void *data) |
Variables | |
std::vector< SDL_Thread * > | detached_threads |
#define ERR_G LOG_STREAM(err, general) |
Definition at line 24 of file thread.cpp.
static int run_async_operation | ( | void * | data | ) | [static] |
Definition at line 26 of file thread.cpp.
References threading::async_operation::get_mutex(), threading::async_operation::is_aborted(), threading::async_operation::notify_finished(), and threading::async_operation::run().
Referenced by threading::async_operation::execute().
std::vector<SDL_Thread*> detached_threads [static] |
Definition at line 50 of file thread.cpp.
Referenced by threading::thread::detach(), and threading::manager::~manager().
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |