libMesh::Threads::spin_mutex Class Reference

#include <threads.h>

List of all members.

Classes

class  scoped_lock

Public Member Functions

 spin_mutex ()
void lock ()
void unlock ()

Detailed Description

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

Definition at line 378 of file threads.h.


Constructor & Destructor Documentation

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

Definition at line 381 of file threads.h.

00381 {}


Member Function Documentation

void libMesh::Threads::spin_mutex::lock (  )  [inline]

Definition at line 382 of file threads.h.

00382 {}

void libMesh::Threads::spin_mutex::unlock (  )  [inline]

Definition at line 383 of file threads.h.

00383 {}


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