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