libnx
v4.7.0
|
Thread information structure. More...
#include <thread.h>
Data Fields | |
Handle | handle |
Thread handle. | |
bool | owns_stack_mem |
Whether the stack memory is automatically allocated. | |
void * | stack_mem |
Pointer to stack memory. | |
void * | stack_mirror |
Pointer to stack memory mirror. | |
size_t | stack_sz |
Stack size. | |
void ** | tls_array |
struct Thread * | next |
struct Thread ** | prev_next |
Thread information structure.