#include <AK/AkPlatforms.h>
#include <AK/SoundEngine/Common/AkSoundEngineExport.h>
#include <stdint.h>
#include <AK/Tools/Win32/AkTls.h>
函数 | |
AKSOUNDENGINE_API int | AkTlsAllocateSlot (AkTlsSlot *out_pSlot) |
AKSOUNDENGINE_API void | AkTlsFreeSlot (AkTlsSlot in_slot) |
AKSOUNDENGINE_API uintptr_t | AkTlsGetValue (AkTlsSlot in_slot) |
AKSOUNDENGINE_API void | AkTlsSetValue (AkTlsSlot in_slot, uintptr_t in_value) |