#include <paco_thread.h>
Definition at line 48 of file paco_thread.h.
◆ ~paco_fabrique_thread()
| virtual paco_fabrique_thread::~paco_fabrique_thread |
( |
| ) |
|
|
inlinevirtual |
◆ paco_create_condition()
◆ paco_create_mutex()
| virtual paco_mutex* paco_fabrique_thread::paco_create_mutex |
( |
| ) |
|
|
pure virtual |
◆ paco_create_thread() [1/2]
| virtual paco_thread* paco_fabrique_thread::paco_create_thread |
( |
void *(*)(void *) |
fn, |
|
|
void * |
arg = NULL |
|
) |
| |
|
pure virtual |
◆ paco_create_thread() [2/2]
| virtual paco_thread* paco_fabrique_thread::paco_create_thread |
( |
void(*)(void *) |
fn, |
|
|
void * |
arg = NULL |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: