Quake II RTX doxygen  1.0 dev
threads_t Struct Reference

#include <threads.h>

Public Attributes

uint32_t num_threads
 
uint32_t task [1]
 
voidpool
 

Detailed Description

Definition at line 34 of file threads.h.

Member Data Documentation

◆ num_threads

uint32_t threads_t::num_threads

Definition at line 36 of file threads.h.

Referenced by threads_init().

◆ pool

void* threads_t::pool

Definition at line 38 of file threads.h.

Referenced by threads_init().

◆ task

uint32_t threads_t::task[1]

Definition at line 37 of file threads.h.

Referenced by threads_init().