Grappa  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 35 of file Mutex.hpp.

Constructor & Destructor Documentation

Grappa::Mutex::Mutex ( )
inline

Definition at line 44 of file Mutex.hpp.

Member Data Documentation

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

Definition at line 39 of file Mutex.hpp.

intptr_t Grappa::Mutex::raw_

Definition at line 42 of file Mutex.hpp.

intptr_t Grappa::Mutex::waiters_

Definition at line 40 of file Mutex.hpp.


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