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
![]() |
Home | Libraries | People | FAQ | More |
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.
enum read_write_scheduling_policy { writer_priority, reader_priority,
alternating_many_reads,
alternating_single_read };| Copyright © 2001-2003 William E. Kempf |