|
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>
Include dependency graph for UT_SpinLock.h:
This graph shows which files directly or indirectly include this file: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 159 of file UT_SpinLock.h.
| using UT_RecursiveSpinLock = UT_SpinLockT<true,false> |
Definition at line 158 of file UT_SpinLock.h.
| using UT_SpinLock = UT_SpinLockT<false,false> |
Definition at line 157 of file UT_SpinLock.h.