Simple array of ThreadLocalStorageEntry_t records. More...
Public Attributes | |
uint32_t | m_uCount |
Number of m_Entries in the array. | |
ThreadLocalStorageEntry_t | m_Entries [1] |
Array of ThreadLocalStorageEntry_t. | |
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.
ThreadLocalStorageEntry_t Burger::ThreadLocalStorage_t::m_Entries[1] |
Array of ThreadLocalStorageEntry_t.
uint32_t Burger::ThreadLocalStorage_t::m_uCount |
Number of m_Entries in the array.