Boost C++ Libraries 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 };

Description

The only clock type supported by Boost.Thread is TIME_UTC. The epoch for TIME_UTC is 1970-01-01 00:00:00.

Copyright © 2001-2003 William E. Kempf

PrevUpHomeNext