flext 0.6.2
|
This represents an entry to the list of active method threads. 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. | |
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 |
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 |