null_lock< T > Class Template Reference
#include <thread.h>
List of all members.
Public Member Functions |
| null_lock (T &m) |
Detailed Description
template<typename T>
class null_lock< T >
Null lock that can be substituted for a real one to test how much overhead is associated with a particular lock.
The documentation for this class was generated from the following file: