2021-06-27 21:25:29 +00:00
|
|
|
/***
|
|
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
|
|
|
|
File: TLSView.hpp
|
|
|
|
Date: 2021-6-12
|
|
|
|
Author: Reece
|
|
|
|
***/
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
namespace Aurora::Threading::Threads
|
|
|
|
{
|
2023-04-30 06:54:28 +00:00
|
|
|
AuUInt32 GetThreadKey();
|
|
|
|
void SetThreadKey(AuUInt32 uThreadKey);
|
2021-06-27 21:25:29 +00:00
|
|
|
}
|