#include <thread.hpp>
Public Member Functions | |
thread (int(*f)(void *), void *data=nullptr) | |
~thread () | |
void | join () |
void | detach () |
boost::uint32_t | get_id () |
Private Attributes | |
SDL_Thread * | thread_ |
Definition at line 56 of file thread.hpp.
Definition at line 58 of file thread.cpp.
threading::thread::~thread | ( | ) |
Definition at line 63 of file thread.cpp.
References join().
void threading::thread::detach | ( | ) |
Definition at line 76 of file thread.cpp.
References thread_.
boost::uint32_t threading::thread::get_id | ( | ) |
Definition at line 28 of file thread.cpp.
References thread_.
Referenced by network_worker_pool::manager::manager().
void threading::thread::join | ( | ) |
|
private |
Definition at line 85 of file thread.hpp.