This represents an entry to the list of active method threads.
More...
|
| 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 |
This represents an entry to the list of active method threads.
◆ Id()
| thrid_t thr_entry::Id |
( |
| ) |
const |
|
inline |
◆ Is()
| bool thr_entry::Is |
( |
thrid_t | id = GetThreadId() | ) |
const |
|
inline |
Check if this class represents the current thread.
◆ Set()
| void thr_entry::Set |
( |
void(* | m )(thr_params *), |
|
|
thr_params * | p, |
|
|
thrid_t | id = GetThreadId() ) |
|
inline |
◆ This()
◆ meth
| void(* thr_entry::meth) (thr_params *) |
◆ params
| thr_params* thr_entry::params |
◆ shouldexit
| bool thr_entry::shouldexit |
◆ th
◆ thrid
The documentation for this class was generated from the following file: