Kohi Game Engine
kthread Struct Reference

#include <kthread.h>

Data Fields

void * internal_data
 
u64 thread_id
 

Detailed Description

Represents a process thread in the system to be used for work. Generally should not be created directly in user code. This calls to the platform-specific thread implementation.

Field Documentation

◆ internal_data

void* internal_data

◆ thread_id

u64 thread_id

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