HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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!
21
typedef
UT_Lockable<tbb::spin_mutex>
UT_TBBSpinLock
;
22
23
#endif // __UT_TBBSPINLOCK_H_INCLUDED__
UT_TBBSpinLock
UT_Lockable< tbb::spin_mutex > UT_TBBSpinLock
Definition:
UT_TBBSpinLock.h:21
UT_Lockable< tbb::spin_mutex >
UT_API.h
UT_Lockable.h
UT
UT_TBBSpinLock.h
Generated on Fri Nov 8 2024 03:42:06 for HDK by
1.8.6