|
Kohi Game Engine
|
#include <kthread.h>
Data Fields | |
| void * | internal_data |
| u64 | thread_id |
| queue | work_queue |
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.
| void* internal_data |
| u64 thread_id |
| queue work_queue |