Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
thread_slot_t Struct Reference

#include <thread.h>

Data Fields

thread_tthread
 
uint32_t gen
 
boolean_t used
 

Detailed Description

Definition at line 48 of file thread.h.

Field Documentation

◆ gen

uint32_t thread_slot_t::gen

Definition at line 50 of file thread.h.

◆ thread

thread_t * thread_slot_t::thread

Definition at line 49 of file thread.h.

◆ used

boolean_t thread_slot_t::used

Definition at line 51 of file thread.h.


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