Threads::spin_mutex::scoped_lock
Threads::spin_mutex::scoped_lock
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
Threads::spin_mutex::scoped_lock -
SYNOPSIS
#include <threads.h>
Public Member Functions
scoped_lock ()
scoped_lock (spin_mutex &)
void acquire (spin_mutex &)
void release ()
Detailed Description
Definition at line 270 of file threads.h.
Constructor & Destructor Documentation
Threads::spin_mutex::scoped_lock::scoped_lock () [inline]
Definition at line 273 of file threads.h.
{}
Threads::spin_mutex::scoped_lock::scoped_lock (spin_mutex &) [inline]
Definition at line 274 of file threads.h.
{}
Member Function Documentation
void Threads::spin_mutex::scoped_lock::acquire (spin_mutex &) [inline]
Definition at line 275 of file threads.h.
{}
void Threads::spin_mutex::scoped_lock::release () [inline]
Definition at line 276 of file threads.h.
{}
Author
Generated automatically by Doxygen for libMesh from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- Detailed Description
-
- Constructor & Destructor Documentation
-
- Threads::spin_mutex::scoped_lock::scoped_lock () [inline]
-
- Threads::spin_mutex::scoped_lock::scoped_lock (spin_mutex &) [inline]
-
- Member Function Documentation
-
- void Threads::spin_mutex::scoped_lock::acquire (spin_mutex &) [inline]
-
- void Threads::spin_mutex::scoped_lock::release () [inline]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:57:25 GMT, April 16, 2011