|
SpaghettiKart
|
#include <thread>#include <condition_variable>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 | |
| struct { ... } audio |
| std::condition_variable cv_from_thread |
| std::condition_variable cv_to_thread |
| std::mutex mutex |
| bool processing |
| bool running |
| std::thread thread |