Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Burger::thread_local_storage_t Struct Reference

Simple array of thread_local_storage_entry_t records. More...

Collaboration diagram for Burger::thread_local_storage_t:

Public Attributes

uint32_t m_uCount
 Number of m_Entries in the array.
thread_local_storage_entry_t m_Entries [1]
 Array of thread_local_storage_entry_t.

Detailed Description

Simple array of thread_local_storage_entry_t records.


Every thread has memory assigned to each thread that contains a this pointer and a callback function. This array contains all of the records for all threads in the application.

Note
This structure is managed by the Thread manager and should not be used by applications directly
See also
Burger::Thread, or Burger::thread_local_storage_entry_t

Member Data Documentation

◆ m_Entries

thread_local_storage_entry_t Burger::thread_local_storage_t::m_Entries[1]

◆ m_uCount

uint32_t Burger::thread_local_storage_t::m_uCount

Number of m_Entries in the array.