#include <thread.h>
Public Types | |
typedef void *(* | m_start_routine )(void *) |
typedef int(* | m_stop_routine )(void *) |
Public Member Functions | |
InlineThread (m_start_routine fnc, m_stop_routine fncstop=NULL) |
This thread class utility take a function pointer instead implementing virtual method.
Definition at line 107 of file thread.h.
typedef void*(* n2nc::sync::InlineThread::m_start_routine)(void *) |
Start routine fingerprint
n2nc::sync::InlineThread::InlineThread | ( | m_start_routine | fnc, | |
m_stop_routine | fncstop = NULL | |||
) | [inline] |