NVBIO
|
#include <threads.h>
Classes | |
struct | Impl |
Public Methods | |
ThreadBase () | |
~ThreadBase () | |
void | set_id (const uint32 id) |
uint32 | get_id () const |
void | create (void *(*func)(void *), void *arg) |
create the thread More... | |
void | join () |
join the thread More... | |
nvbio::ThreadBase::ThreadBase | ( | ) |
Definition at line 271 of file threads.cpp.
nvbio::ThreadBase::~ThreadBase | ( | ) |
Definition at line 276 of file threads.cpp.
void nvbio::ThreadBase::create | ( | void *(*)(void *) | func, |
void * | arg | ||
) |
create the thread
Definition at line 281 of file threads.cpp.
void nvbio::ThreadBase::join | ( | ) |
join the thread
Definition at line 286 of file threads.cpp.