naev 0.11.5
ThreadQueue Struct Reference

Threadqueue itself. More...

Data Fields

Nodefirst
 
Nodelast
 
SDL_sem * semaphore
 
SDL_mutex * t_lock
 
SDL_mutex * h_lock
 

Detailed Description

Threadqueue itself.

Definition at line 59 of file threadpool.c.

Field Documentation

◆ first

Node* ThreadQueue::first

Definition at line 60 of file threadpool.c.

◆ h_lock

SDL_mutex* ThreadQueue::h_lock

Definition at line 65 of file threadpool.c.

◆ last

Node* ThreadQueue::last

Definition at line 61 of file threadpool.c.

◆ semaphore

SDL_sem* ThreadQueue::semaphore

Definition at line 63 of file threadpool.c.

◆ t_lock

SDL_mutex* ThreadQueue::t_lock

Definition at line 64 of file threadpool.c.


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