Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <vsnet_thread.h>
Public Member Functions | |
VSThread (bool detached) | |
virtual | ~VSThread () |
void | start () |
void | join () |
virtual void | run ()=0 |
Static Public Member Functions | |
static void | init () |
global initialization function for the thread subsystem More... | |
Definition at line 21 of file vsnet_thread.h.
VSThread::VSThread | ( | bool | detached) |
Definition at line 14 of file vsnet_thread_non.cpp.
|
virtual |
Definition at line 17 of file vsnet_thread_non.cpp.
|
static |
global initialization function for the thread subsystem
Definition at line 11 of file vsnet_thread_non.cpp.
void VSThread::join | ( | ) |
Definition at line 23 of file vsnet_thread_non.cpp.
|
pure virtual |
Implemented in SocketSet.
void VSThread::start | ( | void | ) |
Definition at line 20 of file vsnet_thread_non.cpp.
Referenced by NetClient::init(), NetClient::init_acct(), and AccountServer::start().