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

#include <thread.h>

Data Fields

thread_slot_t slot [VOXIA_MAX_NUMBER_THREAD]
 
spinlock_t lock
 
uint32_t top_free
 

Detailed Description

Definition at line 54 of file thread.h.

Field Documentation

◆ lock

spinlock_t thread_bucket::lock

Definition at line 56 of file thread.h.

◆ slot

thread_slot_t thread_bucket::slot

Definition at line 55 of file thread.h.

◆ top_free

uint32_t thread_bucket::top_free

Definition at line 57 of file thread.h.


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