Structure to store thread-local state.
Data Fields | |
| uint64_t | placeholder [12] |
| The ARM C library for AArch32 requires 96 bytes for thread-local state. | |
| void * | ptr |
| Pointer to thread-local storage area. | |
| uint64_t _reent::placeholder[12] |
The ARM C library for AArch32 requires 96 bytes for thread-local state.
| void* _reent::ptr |
Pointer to thread-local storage area.