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 61 of file golioth_sys.h.
golioth_sys_thread_fn_t golioth_sys_thread_config_t::fn |
Definition at line 63 of file golioth_sys.h.
const char* golioth_sys_thread_config_t::name |
Definition at line 62 of file golioth_sys.h.
int32_t golioth_sys_thread_config_t::prio |
Definition at line 66 of file golioth_sys.h.
int32_t golioth_sys_thread_config_t::stack_size |
Definition at line 65 of file golioth_sys.h.
void* golioth_sys_thread_config_t::user_arg |
Definition at line 64 of file golioth_sys.h.