HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_TBBSpinLock.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_TBBSpinLock.h (UT Library, C++)
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __UT_TBBSPINLOCK_H_INCLUDED__
13 #define __UT_TBBSPINLOCK_H_INCLUDED__
14 
15 #include "UT_API.h"
16 #include "UT_Lockable.h"
17 #include <tbb/spin_mutex.h>
18 
19 /// Spin lock implementation from TBB
20 /// @note This is @b NOT recursive!
22 
23 #endif // __UT_TBBSPINLOCK_H_INCLUDED__
UT_Lockable< tbb::spin_mutex > UT_TBBSpinLock