#include <thread.hpp>
Public Member Functions | |
thread (int(*f)(void *), void *data=NULL) | |
~thread () | |
void | kill () |
void | join () |
void | detach () |
Uint32 | get_id () |
Private Member Functions | |
thread (const thread &) | |
void | operator= (const thread &) |
Private Attributes | |
SDL_Thread * | thread_ |
Definition at line 39 of file thread.hpp.
threading::thread::thread | ( | int(*)(void *) | f, | |
void * | data = NULL | |||
) | [explicit] |
Definition at line 63 of file thread.cpp.
threading::thread::~thread | ( | ) |
threading::thread::thread | ( | const thread & | ) | [private] |
void threading::thread::kill | ( | ) |
void threading::thread::join | ( | ) |
Definition at line 79 of file thread.cpp.
References thread_.
Referenced by upload_log::manager::manage(), upload_log::manager::~manager(), and ~thread().
void threading::thread::detach | ( | ) |
Uint32 threading::thread::get_id | ( | ) | [inline] |
Definition at line 68 of file thread.hpp.
References thread_.
Referenced by network_worker_pool::manager::manager(), and process_queue().
void threading::thread::operator= | ( | const thread & | ) | [private] |
SDL_Thread* threading::thread::thread_ [private] |
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |