OpenOCD
ucos_iii_private Struct Reference
Collaboration diagram for ucos_iii_private:

Data Fields

size_t num_threads
 
const struct ucos_iii_paramsparams
 
symbol_address_t thread_name_offset
 
symbol_address_t thread_next_offset
 
bool thread_offsets_updated
 
symbol_address_t thread_prev_offset
 
symbol_address_t thread_priority_offset
 
symbol_address_t thread_stack_offset
 
symbol_address_t thread_state_offset
 
symbol_address_t threads [UCOS_III_MAX_THREADS]
 

Detailed Description

Definition at line 36 of file uCOS-III.c.

Field Documentation

◆ num_threads

size_t ucos_iii_private::num_threads

Definition at line 45 of file uCOS-III.c.

◆ params

◆ thread_name_offset

symbol_address_t ucos_iii_private::thread_name_offset

Definition at line 39 of file uCOS-III.c.

Referenced by ucos_iii_update_thread_offsets(), and ucos_iii_update_threads().

◆ thread_next_offset

symbol_address_t ucos_iii_private::thread_next_offset

Definition at line 43 of file uCOS-III.c.

Referenced by ucos_iii_update_thread_offsets().

◆ thread_offsets_updated

bool ucos_iii_private::thread_offsets_updated

Definition at line 44 of file uCOS-III.c.

Referenced by ucos_iii_update_thread_offsets().

◆ thread_prev_offset

symbol_address_t ucos_iii_private::thread_prev_offset

Definition at line 42 of file uCOS-III.c.

Referenced by ucos_iii_update_thread_offsets(), and ucos_iii_update_threads().

◆ thread_priority_offset

symbol_address_t ucos_iii_private::thread_priority_offset

Definition at line 41 of file uCOS-III.c.

Referenced by ucos_iii_update_thread_offsets(), and ucos_iii_update_threads().

◆ thread_stack_offset

symbol_address_t ucos_iii_private::thread_stack_offset

Definition at line 38 of file uCOS-III.c.

Referenced by ucos_iii_update_thread_offsets().

◆ thread_state_offset

symbol_address_t ucos_iii_private::thread_state_offset

Definition at line 40 of file uCOS-III.c.

Referenced by ucos_iii_update_thread_offsets(), and ucos_iii_update_threads().

◆ threads

symbol_address_t ucos_iii_private::threads[UCOS_III_MAX_THREADS]

Definition at line 46 of file uCOS-III.c.


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