naev 0.10.4
Data Fields
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 96 of file threadpool.c.

Field Documentation

◆ cond

SDL_cond* vpoolThreadData::cond

Definition at line 97 of file threadpool.c.

◆ count

int* vpoolThreadData::count

Definition at line 100 of file threadpool.c.

◆ mutex

SDL_mutex* vpoolThreadData::mutex

Definition at line 99 of file threadpool.c.

◆ node

ThreadQueueData* vpoolThreadData::node

Definition at line 101 of file threadpool.c.


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