Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <cstddef>
#include <new>
#include "aligned_space.h"
#include "tbb_stddef.h"
#include "tbb_machine.h"
#include "tbb_profiling.h"
#include "internal/_mutex_padding.h"
Go to the source code of this file.
Classes | |
class | tbb::spin_mutex |
A lock that occupies a single byte. More... | |
class | tbb::spin_mutex::scoped_lock |
Represents acquisition of a mutex. More... | |
Namespaces | |
tbb | |
The graph class. | |
Typedefs | |
typedef interface7::internal::padded_mutex< spin_mutex, false > | tbb::speculative_spin_mutex |
A cross-platform spin mutex with speculative lock acquisition. More... | |