mongo::SpinLock Class Reference
#include <spin_lock.h>
List of all members.
Detailed Description
The spinlock currently requires late GCC support routines to be efficient. Other platforms default to a mutex implemenation.
Definition at line 30 of file spin_lock.h.
Constructor & Destructor Documentation
mongo::SpinLock::SpinLock |
( |
|
) |
|
mongo::SpinLock::~SpinLock |
( |
|
) |
|
mongo::SpinLock::SpinLock |
( |
SpinLock & |
|
) |
[private] |
Member Function Documentation
void mongo::SpinLock::lock |
( |
|
) |
|
void mongo::SpinLock::unlock |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: