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