OpenImageIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
null_lock< T > Class Template Reference

#include <thread.h>

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: