naev 0.11.5
ThreadQueueData Struct Reference

Data for the threadqueue. More...

Data Fields

int(* function )(void *)
 
void * data
 

Detailed Description

Data for the threadqueue.

Definition at line 71 of file threadpool.c.

Field Documentation

◆ data

void* ThreadQueueData::data

Definition at line 73 of file threadpool.c.

◆ function

int(* ThreadQueueData::function) (void *)

Definition at line 72 of file threadpool.c.


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