UbixOS  2.0
uthread Struct Reference

#include <uthread.h>

Collaboration diagram for uthread:
Collaboration graph

Data Fields

size_t __uthread_reserved [4]
 
void * arg_mmap
 
size_t arg_size
 
size_t stack_size
 
size_t tls_master_align
 
void * tls_master_mmap
 
size_t tls_master_size
 
void * tls_mmap
 
unsigned long uthread_flags
 
struct uthreaduthread_pointer
 
size_t uthread_size
 

Detailed Description

Definition at line 39 of file uthread.h.

Field Documentation

◆ __uthread_reserved

size_t uthread::__uthread_reserved[4]

Definition at line 50 of file uthread.h.

◆ arg_mmap

void* uthread::arg_mmap

Definition at line 48 of file uthread.h.

◆ arg_size

size_t uthread::arg_size

Definition at line 49 of file uthread.h.

◆ stack_size

size_t uthread::stack_size

Definition at line 47 of file uthread.h.

◆ tls_master_align

size_t uthread::tls_master_align

Definition at line 45 of file uthread.h.

◆ tls_master_mmap

void* uthread::tls_master_mmap

Definition at line 43 of file uthread.h.

◆ tls_master_size

size_t uthread::tls_master_size

Definition at line 44 of file uthread.h.

◆ tls_mmap

void* uthread::tls_mmap

Definition at line 46 of file uthread.h.

◆ uthread_flags

unsigned long uthread::uthread_flags

Definition at line 42 of file uthread.h.

◆ uthread_pointer

struct uthread* uthread::uthread_pointer

Definition at line 40 of file uthread.h.

◆ uthread_size

size_t uthread::uthread_size

Definition at line 41 of file uthread.h.


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