fairness
v1.0.0
A collection of advanced syncronization mechanisms.
|
Alias priority_mutex_benchmark. More...
#include <boost/fairness.hpp>
#include <boost/fairness/detail/pqspinlock.hpp>
#include "../utils/thread_utils.hpp"
Go to the source code of this file.
Namespaces | |
namespace | priority_mutex_benchmark |
Functions | |
void | priority_mutex_benchmark::lock_unlock_benchmark (benchmark::State &state) |
void | priority_mutex_benchmark::pipeline_benchmark_audio (benchmark::State &state) |
void | priority_mutex_benchmark::pipeline_benchmark_fast (benchmark::State &state) |
void | priority_mutex_benchmark::pipeline_benchmark_gaming (benchmark::State &state) |
void | priority_mutex_benchmark::pipeline_benchmark_long (benchmark::State &state) |
Variables | |
boost::fairness::priority_mutex< 4 > | priority_mutex_benchmark::m |
boost::fairness::detail::pqspinlock | priority_mutex_benchmark::pqspinlock |
Alias priority_mutex_benchmark.