boost.png (6897 bytes) Home Libraries People FAQ More

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