Threads::spin_mutex
Threads::spin_mutex
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
Threads::spin_mutex -
SYNOPSIS
#include <threads.h>
Classes
class scoped_lock
Public Member Functions
spin_mutex ()
Detailed Description
Spin mutex. Implements mutual exclusion by busy-waiting in user space for the lock to be acquired.
Definition at line 265 of file threads.h.
Constructor & Destructor Documentation
Threads::spin_mutex::spin_mutex () [inline]
Definition at line 268 of file threads.h.
{}
Author
Generated automatically by Doxygen for libMesh from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Classes
-
- Public Member Functions
-
- Detailed Description
-
- Constructor & Destructor Documentation
-
- Threads::spin_mutex::spin_mutex () [inline]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:57:25 GMT, April 16, 2011