STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::runtime::tbb_impl::read_write_mutex Class Reference

An implementation of a read-write mutex based on tbb::queueing_rw_mutex. More...

Public Member Functions

 read_write_mutex (read_write_mutex const &)=delete
 
read_write_mutexoperator= (read_write_mutex const &)=delete
 
void lock (const read_lock_t)
 
void lock (const write_lock_t=write_lock)
 
bool try_lock (const read_lock_t)
 
bool try_lock (const write_lock_t=write_lock)
 
void unlock (void)
 

Detailed Description

An implementation of a read-write mutex based on tbb::queueing_rw_mutex.

It implements the interface of std::mutex, enhanced to support read or write locking.

The default locking policy is write locking.


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