宏定义 | |
#define | AKTLS_NULL (0) |
类型定义 | |
typedef AkInt32 | AkTlsSlot |
函数 | |
AKSOUNDENGINE_API int | AkTlsAllocateSlot (AkTlsSlot *out_pSlot) |
AKSOUNDENGINE_API void | AkTlsFreeSlot (AkTlsSlot in_slot) |
AKSOUNDENGINE_API AkUIntPtr | AkTlsGetValue (AkTlsSlot in_slot) |
AKSOUNDENGINE_API void | AkTlsSetValue (AkTlsSlot in_slot, AkUIntPtr in_value) |