![]() |
XTL
0.1
eXtended Template Library
|
Simple multi reader/single writer spin lock. More...
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 > |
Simple multi reader/single writer spin lock.
Definition in file rw_lock.hpp.