Blender V5.0
thread.h File Reference
#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

Typedef Documentation

◆ thread_condition_variable

using thread_condition_variable = std::condition_variable

Definition at line 29 of file thread.h.

◆ thread_mutex

Definition at line 27 of file thread.h.

◆ thread_scoped_lock

using thread_scoped_lock = std::unique_lock<std::mutex>

Definition at line 28 of file thread.h.

◆ thread_spin_lock

using thread_spin_lock = tbb::spin_mutex

Definition at line 53 of file thread.h.