libMesh::Threads::recursive_mutex Class Reference

#include <threads.h>

List of all members.

Classes

class  scoped_lock

Public Member Functions

 recursive_mutex ()

Detailed Description

Recursive mutex. Implements mutual exclusion by busy-waiting in user space for the lock to be acquired.

Definition at line 400 of file threads.h.


Constructor & Destructor Documentation

libMesh::Threads::recursive_mutex::recursive_mutex (  )  [inline]

Definition at line 403 of file threads.h.

00403 {}


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