Golioth Firmware SDK
golioth_sys_thread_config_t Struct Reference

#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
 

Detailed Description

Definition at line 61 of file golioth_sys.h.

Field Documentation

◆ fn

golioth_sys_thread_fn_t golioth_sys_thread_config_t::fn

Definition at line 63 of file golioth_sys.h.

◆ name

const char* golioth_sys_thread_config_t::name

Definition at line 62 of file golioth_sys.h.

◆ prio

int32_t golioth_sys_thread_config_t::prio

Definition at line 66 of file golioth_sys.h.

◆ stack_size

int32_t golioth_sys_thread_config_t::stack_size

Definition at line 65 of file golioth_sys.h.

◆ user_arg

void* golioth_sys_thread_config_t::user_arg

Definition at line 64 of file golioth_sys.h.


The documentation for this struct was generated from the following file: