HDK
|
#include "UT_API.h"
#include "UT_LockUtil.h"
#include "UT_NonCopyable.h"
#include "UT_Thread.h"
#include <SYS/SYS_Align.h>
#include <SYS/SYS_AtomicInt.h>
Go to the source code of this file.
Namespaces | |
ut_internal | |
Typedefs | |
using | UT_SpinLock = UT_SpinLockT< false, false > |
using | UT_RecursiveSpinLock = UT_SpinLockT< true, false > |
using | UT_AutoSpinLock = UT_SpinLock::Scope |
using UT_AutoSpinLock = UT_SpinLock::Scope |
Definition at line 157 of file UT_SpinLock.h.
using UT_RecursiveSpinLock = UT_SpinLockT<true,false> |
Definition at line 156 of file UT_SpinLock.h.
using UT_SpinLock = UT_SpinLockT<false,false> |
Definition at line 155 of file UT_SpinLock.h.