tbb::spin_rw_mutex_v3 Class Reference
[Synchronization]

Fast, unfair, spinning reader-writer lock with backoff and writer-preference. More...

#include <spin_rw_mutex.h>

List of all members.

Public Member Functions

 spin_rw_mutex_v3 ()
 Construct unacquired mutex.
 ~spin_rw_mutex_v3 ()
 Destructor asserts if the mutex is acquired, i.e. state is zero.

Static Public Attributes

static const bool is_rw_mutex = true
static const bool is_recursive_mutex = false
static const bool is_fair_mutex = false

Classes

class  scoped_lock
 The scoped locking pattern. More...


Detailed Description

Fast, unfair, spinning reader-writer lock with backoff and writer-preference.


The documentation for this class was generated from the following file:

Copyright © 2005-2009 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.