HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
null_lock< T > Class Template Reference

#include <thread.h>

Public Member Functions

 null_lock (T &) noexcept
 

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.

Definition at line 75 of file thread.h.

Constructor & Destructor Documentation

template<typename T >
null_lock< T >::null_lock ( T )
inlinenoexcept

Definition at line 77 of file thread.h.


The documentation for this class was generated from the following file: