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

Hierarchical synchronization primitive that does not emit memory fences. More...

Public Member Functions

 hierarchical_mutex (hierarchical_mutex *const p=nullptr) noexcept
 
void lock (void)
 
bool try_lock (void)
 
void unlock (void)
 

Detailed Description

Hierarchical synchronization primitive that does not emit memory fences.


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