|
Golioth Firmware SDK
|
#include <golioth_sys.h>
Data Fields | |
| const char * | name |
| golioth_sys_thread_fn_t | fn |
| void * | user_arg |
| int32_t | stack_size |
| int32_t | prio |
Definition at line 86 of file golioth_sys.h.
| golioth_sys_thread_fn_t golioth_thread_config::fn |
Definition at line 89 of file golioth_sys.h.
| const char* golioth_thread_config::name |
Definition at line 88 of file golioth_sys.h.
| int32_t golioth_thread_config::prio |
Definition at line 92 of file golioth_sys.h.
| int32_t golioth_thread_config::stack_size |
Definition at line 91 of file golioth_sys.h.
| void* golioth_thread_config::user_arg |
Definition at line 90 of file golioth_sys.h.