|
template<class WORKER > |
| PThread (WORKER *worker, bool destroyed=true, bool detached=true, [[maybe_unused]] const std::string &thread_name="") |
|
pthread_t | id () |
|
pthread_t | get_id () |
|
bool | kill (int signo) |
|
bool | is_alive () |
|
bool | detach () |
|
bool | join () |
|
bool | cancel () |
|
|
template<class WORKER > |
static void | destroy (void *arg) |
|
template<class WORKER > |
static void * | create_destroy (void *arg) |
|
template<class WORKER > |
static void * | create (void *arg) |
|
Definition at line 23 of file PThread.h.
The documentation for this class was generated from the following file: