Grappa  r3821, hash 22cd626d567a91ead5b23302066d1e9469f45c66
Grappa::Mutex Class Reference

#include <Mutex.hpp>

Public Member Functions

 Mutex ()
 

Public Attributes

union {
   struct {
      bool   lock_: 1
 
      intptr_t   waiters_: 63
 
   } 
 
   intptr_t   raw_
 
}; 
 

Detailed Description

Definition at line 46 of file Mutex.hpp.

Constructor & Destructor Documentation

Grappa::Mutex::Mutex ( )
inline

Definition at line 55 of file Mutex.hpp.

Member Data Documentation

union { ... }
bool Grappa::Mutex::lock_

Definition at line 50 of file Mutex.hpp.

intptr_t Grappa::Mutex::raw_

Definition at line 53 of file Mutex.hpp.

intptr_t Grappa::Mutex::waiters_

Definition at line 51 of file Mutex.hpp.


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