libnx  v4.6.0
Data Fields
Thread Struct Reference

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 Threadnext
 
struct Thread ** prev_next
 

Detailed Description

Thread information structure.


The documentation for this struct was generated from the following file: