tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
d_lock Class Reference

#include <lock.hpp>

Collaboration diagram for d_lock:

Public Member Functions

void acquire ()
 
void release ()
 
 d_lock ()
 
 ~d_lock ()
 

Private Attributes

pthread_mutex_t mutex
 

Detailed Description

Copyright (C) 2011 University of Rochester Department of Computer Science and Lehigh University Department of Computer Science and Engineering

License: Modified BSD Please see the file LICENSE.RSTM for licensing information

Constructor & Destructor Documentation

d_lock::d_lock ( )
inline
d_lock::~d_lock ( )
inline

Member Function Documentation

void d_lock::acquire ( )
inline

Here is the caller graph for this function:

void d_lock::release ( )
inline

Here is the caller graph for this function:

Member Data Documentation

pthread_mutex_t d_lock::mutex
private

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