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 86 of file golioth_sys.h.

Field Documentation

◆ fn

golioth_sys_thread_fn_t golioth_thread_config::fn

Definition at line 89 of file golioth_sys.h.

◆ name

const char* golioth_thread_config::name

Definition at line 88 of file golioth_sys.h.

◆ prio

int32_t golioth_thread_config::prio

Definition at line 92 of file golioth_sys.h.

◆ stack_size

int32_t golioth_thread_config::stack_size

Definition at line 91 of file golioth_sys.h.

◆ user_arg

void* golioth_thread_config::user_arg

Definition at line 90 of file golioth_sys.h.


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