Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Type read_write_scheduling_policy

boost::read_write_scheduling_policy::read_write_scheduling_policy —

Specifies the inter-class sheduling policy to use when a set of threads try to obtain different types of locks simultaneously.

Synopsis

enum read_write_scheduling_policy { writer_priority, reader_priority, 
                                    alternating_many_reads, 
                                    alternating_single_read };
Copyright © 2001-2003 William E. Kempf

PrevUpHomeNext