Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#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_rw_mutex_v3 |
Fast, unfair, spinning reader-writer lock with backoff and writer-preference. More... | |
class | tbb::spin_rw_mutex_v3::scoped_lock |
The scoped locking pattern. More... | |
Namespaces | |
tbb | |
The graph class. | |
tbb::interface8 | |
Typedefs | |
typedef spin_rw_mutex_v3 | tbb::spin_rw_mutex |
typedef interface7::internal::padded_mutex< tbb::spin_rw_mutex, true > | tbb::interface8::speculative_spin_rw_mutex |
A cross-platform spin reader/writer mutex with speculative lock acquisition. More... | |