naev 0.11.5
Node Struct Reference

Node in the thread queue. More...

Data Fields

void * data
 
struct Node_next
 

Detailed Description

Node in the thread queue.

Definition at line 51 of file threadpool.c.

Field Documentation

◆ data

void* Node::data

Definition at line 52 of file threadpool.c.

◆ next

struct Node_* Node::next

Definition at line 53 of file threadpool.c.


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