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

Go to the source code of this file.

Typedefs

typedef UT_Lockable
< tbb::spin_mutex > 
UT_TBBSpinLock
 

Typedef Documentation

typedef UT_Lockable<tbb::spin_mutex> UT_TBBSpinLock

Spin lock implementation from TBB

Note
This is NOT recursive!

Definition at line 21 of file UT_TBBSpinLock.h.