naev 0.11.5
vpoolThreadData Struct Reference

Virtual thread pool data. More...

Data Fields

SDL_cond * cond
 
SDL_mutex * mutex
 
int * count
 
ThreadQueueDatanode
 

Detailed Description

Virtual thread pool data.

Definition at line 92 of file threadpool.c.

Field Documentation

◆ cond

SDL_cond* vpoolThreadData::cond

Definition at line 93 of file threadpool.c.

◆ count

int* vpoolThreadData::count

Definition at line 96 of file threadpool.c.

◆ mutex

SDL_mutex* vpoolThreadData::mutex

Definition at line 95 of file threadpool.c.

◆ node

ThreadQueueData* vpoolThreadData::node

Definition at line 97 of file threadpool.c.


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