Golioth Firmware SDK
Loading...
Searching...
No Matches
golioth_thread_config 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 68 of file golioth_sys.h.

Field Documentation

◆ fn

golioth_sys_thread_fn_t golioth_thread_config::fn

Definition at line 71 of file golioth_sys.h.

◆ name

const char* golioth_thread_config::name

Definition at line 70 of file golioth_sys.h.

◆ prio

int32_t golioth_thread_config::prio

Definition at line 74 of file golioth_sys.h.

◆ stack_size

int32_t golioth_thread_config::stack_size

Definition at line 73 of file golioth_sys.h.

◆ user_arg

void* golioth_thread_config::user_arg

Definition at line 72 of file golioth_sys.h.


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