Back to Hhvm

tbb::null_rw_mutex Class Reference

third-party/tbb/src/doc/html/a00100.html

latest1.6 KB
Original Source

Classes | Static Public Attributes | List of all members

tbb::null_rw_mutex Class Reference Synchronization

A rw mutex which does nothing. More...

#include <null_rw_mutex.h>

Inheritance diagram for tbb::null_rw_mutex:

|

Classes

| | class | scoped_lock | | | Represents acquisition of a mutex. More...
| | |

|

Static Public Attributes

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

Detailed Description

A rw mutex which does nothing.

A null_rw_mutex is a rw mutex that does nothing and simulates successful operation.


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

  • null_rw_mutex.h

Copyright © 2005-2018 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.