libMesh::Threads::spin_mutex Class Reference
#include <threads.h>
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] |
Member Function Documentation
| void libMesh::Threads::spin_mutex::lock | ( | ) | [inline] |
| void libMesh::Threads::spin_mutex::unlock | ( | ) | [inline] |
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: