HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PRM_Lock.h File Reference
#include "PRM_API.h"
#include <tbb/spin_rw_mutex.h>
+ Include dependency graph for PRM_Lock.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PRM_SpinLockReadScope
 
class  PRM_SpinLockWriteScope
 

Macros

#define PRM_LOCKS   1
 

Typedefs

typedef tbb::spin_rw_mutex PRM_SpinLock
 
typedef
tbb::spin_rw_mutex::scoped_lock 
PRM_SpinLockScope
 

Macro Definition Documentation

#define PRM_LOCKS   1

Definition at line 19 of file PRM_Lock.h.

Typedef Documentation

typedef tbb::spin_rw_mutex PRM_SpinLock

Definition at line 22 of file PRM_Lock.h.

typedef tbb::spin_rw_mutex::scoped_lock PRM_SpinLockScope

Definition at line 23 of file PRM_Lock.h.