FreeBSD kernel kern code
thr_create_initthr_args Struct Reference

Data Fields

ucontext_t ctx
 
long * tid
 

Detailed Description

Definition at line 100 of file kern_thr.c.

Field Documentation

◆ ctx

ucontext_t thr_create_initthr_args::ctx

Definition at line 101 of file kern_thr.c.

Referenced by sys_thr_create(), and thr_create_initthr().

◆ tid

long* thr_create_initthr_args::tid

Definition at line 102 of file kern_thr.c.

Referenced by sys_thr_create(), and thr_create_initthr().


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