Internal record to match thread_local_storage_t to a thread. More...

Public Attributes | |
| thread_ID_t | m_uThreadID |
| thread_ID_t of the owner thread | |
| thread_local_storage_t * | m_pThreadLocalStorage |
| Pointer to array of shutdown procs. | |
| thread_local_storage_record_t * | m_pNext |
| Pointer to the next entry in the list. | |
Internal record to match thread_local_storage_t to a thread.
The functions tls_data_get_fallback() and tls_data_set_fallback(thread_local_storage_t*) maintain a linked list of these records to match up threads to their thread_local_storage_t entries.
| thread_local_storage_record_t* Burger::thread_local_storage_record_t::m_pNext |
Pointer to the next entry in the list.
| thread_local_storage_t* Burger::thread_local_storage_record_t::m_pThreadLocalStorage |
Pointer to array of shutdown procs.
| thread_ID_t Burger::thread_local_storage_record_t::m_uThreadID |
thread_ID_t of the owner thread