libMesh::Threads::spin_mutex::scoped_lock Class Reference

#include <threads.h>

List of all members.

Public Member Functions

 scoped_lock ()
 scoped_lock (spin_mutex &)
void acquire (spin_mutex &)
void release ()

Detailed Description

Definition at line 385 of file threads.h.


Constructor & Destructor Documentation

libMesh::Threads::spin_mutex::scoped_lock::scoped_lock (  )  [inline]

Definition at line 388 of file threads.h.

00388 {}

libMesh::Threads::spin_mutex::scoped_lock::scoped_lock ( spin_mutex  )  [inline, explicit]

Definition at line 389 of file threads.h.

00389 {}


Member Function Documentation

void libMesh::Threads::spin_mutex::scoped_lock::acquire ( spin_mutex  )  [inline]

Definition at line 390 of file threads.h.

00390 {}

void libMesh::Threads::spin_mutex::scoped_lock::release (  )  [inline]

Definition at line 391 of file threads.h.

00391 {}


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

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:49 UTC

Hosted By:
SourceForge.net Logo