Mario Kart 64
Loading...
Searching...
No Matches
GameAudio.h File Reference
#include <thread>
#include <condition_variable>
Include dependency graph for GameAudio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

struct { 
 
   std::thread   thread 
 
   std::condition_variable   cv_to_thread 
 
   std::condition_variable   cv_from_thread 
 
   std::mutex   mutex 
 
   bool   running 
 
   bool   processing 
 
audio 
 

Variable Documentation

◆ [struct]

struct { ... } audio

◆ cv_from_thread

std::condition_variable cv_from_thread

◆ cv_to_thread

std::condition_variable cv_to_thread

◆ mutex

std::mutex mutex

◆ processing

bool processing

◆ running

bool running

◆ thread

std::thread thread