Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Attributes | List of all members
Burger::ThreadLocalStorage_t Struct Reference

Simple array of ThreadLocalStorageEntry_t records. More...

Collaboration diagram for Burger::ThreadLocalStorage_t:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Simple array of ThreadLocalStorageEntry_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::ThreadLocalStorageEntry_t

Member Data Documentation

◆ m_Entries

ThreadLocalStorageEntry_t Burger::ThreadLocalStorage_t::m_Entries[1]

◆ m_uCount

uint32_t Burger::ThreadLocalStorage_t::m_uCount

Number of m_Entries in the array.