FTEQW
Documentation of the FTE engine source tree.
workqueue_s Struct Reference

#include <sw.h>

Public Attributes

unsigned int numthreads
 
qbyte queue [WQ_SIZE]
 
volatile unsigned int pos
 
swthread_t swthreads [WQ_MAXTHREADS]
 

Member Data Documentation

◆ numthreads

unsigned int workqueue_s::numthreads

◆ pos

volatile unsigned int workqueue_s::pos

◆ queue

qbyte workqueue_s::queue[WQ_SIZE]

◆ swthreads

swthread_t workqueue_s::swthreads[WQ_MAXTHREADS]

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