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

simple user mode spin lock based on std::atomic More...

+ Include dependency graph for spin_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::spin_lock_base< _WaitPolicyT >
 A single owner spinning lock. More...
 

Namespaces

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

Typedefs

using xtd::concurrent::spin_lock = spin_lock_base< null_wait_policy >
 

Detailed Description

simple user mode spin lock based on std::atomic

Definition in file spin_lock.hpp.