|
Blender
V2.93
|
#include <condition_variable>#include <functional>#include <mutex>#include <queue>#include <thread>#include <pthread.h>#include <tbb/spin_mutex.h>#include "util/util_function.h"Go to the source code of this file.
Classes | |
| class | thread |
| class | thread_scoped_spin_lock |
Typedefs | |
| typedef std::unique_lock< std::mutex > | thread_scoped_lock |
| typedef std::condition_variable | thread_condition_variable |
| using | thread_spin_lock = tbb::spin_mutex |
Variables | |
| CCL_NAMESPACE_BEGIN typedef std::mutex | thread_mutex |
| typedef std::condition_variable thread_condition_variable |
Definition at line 42 of file util_thread.h.
| typedef std::unique_lock<std::mutex> thread_scoped_lock |
Definition at line 41 of file util_thread.h.
| using thread_spin_lock = tbb::spin_mutex |
Definition at line 68 of file util_thread.h.
| CCL_NAMESPACE_BEGIN typedef std::mutex thread_mutex |
Definition at line 40 of file util_thread.h.
Referenced by CPUDevice::denoise_openimagedenoise_buffer().