XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
rw_lock.hpp File Reference

Simple multi reader/single writer spin lock. More...

+ Include dependency graph for rw_lock.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  xtd::concurrent::rw_lock_base< _WaitPolicyT >
 A multiple reader/single writer spin lock supports 2^31 simultaneous readers. More...
 
class  xtd::concurrent::rw_lock_base< _WaitPolicyT >::scope_read
 RAII pattern to acquire and release a read lock. More...
 
class  xtd::concurrent::rw_lock_base< _WaitPolicyT >::scope_write
 RAII pattern to acquire and release a write lock. More...
 

Namespaces

 xtd
 The main namespace of the XTL library.
 
 xtd::concurrent
 Concurrent algorithms library.
 

Typedefs

using xtd::concurrent::rw_lock = rw_lock_base< null_wait_policy >
 

Detailed Description

Simple multi reader/single writer spin lock.

Definition in file rw_lock.hpp.