#include <dthread.h>
Public Types | |
| typedef void(* | initial_func_t )(void *) |
| typedef void | dthread_ret_t |
Public Member Functions | |
| DThread () | |
| ~DThread () | |
| bool | spawn (initial_func_t func, void *param) |
| bool | join () |
| long | id () |
Static Public Member Functions | |
| static long | self () |
Data Fields | |
| bool | live |
Private Attributes | |
| pthread_t | thrd |
Definition at line 49 of file dthread.h.
| typedef void DThread::dthread_ret_t |
| typedef void(* DThread::initial_func_t)(void *) |
| DThread::DThread | ( | ) |
Definition at line 33 of file dthread-win.C.
| DThread::~DThread | ( | ) |
Definition at line 37 of file dthread-win.C.
| long DThread::id | ( | ) |
Definition at line 58 of file dthread-win.C.
| bool DThread::join | ( | ) |
Definition at line 51 of file dthread-win.C.
| long DThread::self | ( | ) | [static] |
Definition at line 41 of file dthread-win.C.
| bool DThread::spawn | ( | DThread::initial_func_t | func, | |
| void * | param | |||
| ) |
Definition at line 45 of file dthread-win.C.
References INVALID_HANDLE_VALUE, live, and thrd.
| bool DThread::live |
pthread_t DThread::thrd [private] |
1.6.1