XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::concurrent::spin_lock_base< _WaitPolicyT > Class Template Reference

A single owner spinning lock. More...

+ Collaboration diagram for xtd::concurrent::spin_lock_base< _WaitPolicyT >:

Public Types

using scope_locker = xtd::concurrent::scope_locker< spin_lock_base< _WaitPolicyT >>
 
using wait_policy_type = _WaitPolicyT
 

Public Member Functions

 spin_lock_base (wait_policy_type oWait=wait_policy_type())
 
 spin_lock_base (const spin_lock_base &)=delete
 
 spin_lock_base (spin_lock_base &&)=delete
 
void lock ()
 Acquires the lock.
 
bool try_lock ()
 Attempts to acquire the lock. More...
 
void unlock ()
 Releases the lock.
 

Static Public Attributes

static constexpr uint32_t LockedValue = 0x80000000
 

Detailed Description

template<typename _WaitPolicyT = null_wait_policy>
class xtd::concurrent::spin_lock_base< _WaitPolicyT >

A single owner spinning lock.

Definition at line 15 of file spin_lock.hpp.

Member Function Documentation

template<typename _WaitPolicyT = null_wait_policy>
bool xtd::concurrent::spin_lock_base< _WaitPolicyT >::try_lock ( )
inline

Attempts to acquire the lock.

Returns
true if the lock was acquired

Definition at line 43 of file spin_lock.hpp.


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