![]() |
AKOS
v1.0.0
Documentation
|
Static thread descriptor used during thread table registration. More...
#include <thread.h>
Public Attributes | |
| thread_id_t | id |
| thread_func_t | pf_thread |
| void * | p_arg |
| uint8_t | prio |
| size_t | queue_size |
| size_t | stack_size |
Static thread descriptor used during thread table registration.
Static thread descriptor used by AKOS_THREAD_DEFINE.
| thread_id_t thread_t::id |
| thread_func_t thread_t::pf_thread |
| uint8_t thread_t::prio |
| size_t thread_t::queue_size |
| size_t thread_t::stack_size |