flext
0.6.0
|
Thread id of system thread - will be initialized in flext::Setup. More...
Public Member Functions | |
void | Set (void(*m)(thr_params *), thr_params *p, thrid_t id=GetThreadId()) |
bool | Is (thrid_t id=GetThreadId()) const |
Check if this class represents the current thread. More... | |
flext_base * | This () const |
thrid_t | Id () const |
Public Attributes | |
flext_base * | th |
void(* | meth )(thr_params *) |
thr_params * | params |
thrid_t | thrid |
bool | shouldexit |
Thread id of system thread - will be initialized in flext::Setup.
Thread id of helper thread - will be initialized in flext::Setup
This represents an entry to the list of active method threads
|
inline |
|
inline |
Check if this class represents the current thread.
|
inline |
|
inline |
void(* thr_entry::meth) (thr_params *) |
thr_params* thr_entry::params |
bool thr_entry::shouldexit |
flext_base* thr_entry::th |
thrid_t thr_entry::thrid |