|
Blender V5.0
|
#include <condition_variable>#include <functional>#include <mutex>#include <thread>#include <tbb/spin_mutex.h>Go to the source code of this file.
Classes | |
| class | thread |
| class | thread_scoped_spin_lock |
Typedefs | |
| using | thread_mutex = std::mutex |
| using | thread_scoped_lock = std::unique_lock<std::mutex> |
| using | thread_condition_variable = std::condition_variable |
| using | thread_spin_lock = tbb::spin_mutex |
| using thread_condition_variable = std::condition_variable |
| using thread_mutex = std::mutex |
| using thread_scoped_lock = std::unique_lock<std::mutex> |
| using thread_spin_lock = tbb::spin_mutex |