fairness
v1.0.0
A collection of advanced syncronization mechanisms.
|
Alias standard_shared_mutex_benchmark. More...
Go to the source code of this file.
Namespaces | |
namespace | standard_shared_mutex_benchmark |
Functions | |
void | standard_shared_mutex_benchmark::lock_unlock_benchmark (benchmark::State &state) |
void | standard_shared_mutex_benchmark::pipeline_benchmark_audio (benchmark::State &state) |
void | standard_shared_mutex_benchmark::pipeline_benchmark_fast (benchmark::State &state) |
void | standard_shared_mutex_benchmark::pipeline_benchmark_gaming (benchmark::State &state) |
void | standard_shared_mutex_benchmark::pipeline_benchmark_long (benchmark::State &state) |
void | standard_shared_mutex_benchmark::shared_lock_unlock_benchmark (benchmark::State &state) |
void | standard_shared_mutex_benchmark::shared_pipeline_benchmark_audio (benchmark::State &state) |
void | standard_shared_mutex_benchmark::shared_pipeline_benchmark_fast (benchmark::State &state) |
void | standard_shared_mutex_benchmark::shared_pipeline_benchmark_gaming (benchmark::State &state) |
void | standard_shared_mutex_benchmark::shared_pipeline_benchmark_long (benchmark::State &state) |
Variables | |
std::shared_mutex | standard_shared_mutex_benchmark::m |
Alias standard_shared_mutex_benchmark.