SST/macro
Public Member Functions | Public Attributes | List of all members
sstmac::sw::mutex_t Class Reference

#include <app.h>

Collaboration diagram for sstmac::sw::mutex_t:
Collaboration graph

Public Member Functions

std::string to_string () const
 
 mutex_t ()
 

Public Attributes

std::list< key * > waiters
 Blocking keys for those threads waiting on the mutex. More...
 
std::list< key * > conditionals
 
bool locked
 

Detailed Description

Definition at line 30 of file app.h.

Constructor & Destructor Documentation

sstmac::sw::mutex_t::mutex_t ( )
inline

Definition at line 42 of file app.h.

Member Function Documentation

std::string sstmac::sw::mutex_t::to_string ( ) const
inline

Definition at line 33 of file app.h.

Member Data Documentation

std::list<key*> sstmac::sw::mutex_t::conditionals

Definition at line 39 of file app.h.

bool sstmac::sw::mutex_t::locked

Definition at line 40 of file app.h.

std::list<key*> sstmac::sw::mutex_t::waiters

Blocking keys for those threads waiting on the mutex.

Definition at line 38 of file app.h.


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