naev 0.10.4
Data Fields
ThreadData Struct Reference

Thread data. More...

Data Fields

int(* function )(void *)
 
void * data
 
int signal
 
SDL_sem * semaphore
 
ThreadQueue * idle
 
ThreadQueue * stopped
 

Detailed Description

Thread data.

Definition at line 83 of file threadpool.c.

Field Documentation

◆ data

void* ThreadData::data

Definition at line 85 of file threadpool.c.

◆ function

int(* ThreadData::function) (void *)

Definition at line 84 of file threadpool.c.

◆ idle

ThreadQueue* ThreadData::idle

Definition at line 89 of file threadpool.c.

◆ semaphore

SDL_sem* ThreadData::semaphore

Definition at line 87 of file threadpool.c.

◆ signal

int ThreadData::signal

Definition at line 86 of file threadpool.c.

◆ stopped

ThreadQueue* ThreadData::stopped

Definition at line 90 of file threadpool.c.


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