naev 0.12.6
ThreadQueueData Struct Reference

Data for the threadqueue. More...

Data Fields

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

Detailed Description

Data for the threadqueue.

Definition at line 82 of file threadpool.c.

Field Documentation

◆ data

void* ThreadQueueData::data

Definition at line 84 of file threadpool.c.

◆ function

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

Definition at line 83 of file threadpool.c.


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