Go to the source code of this file.
Namespaces | |
namespace | AK |
Audiokinetic namespace. |
|
namespace | AK::ThreadEmulation |
Functions | |
HANDLE WINAPI | AK::ThreadEmulation::CreateThread (__in LPTHREAD_START_ROUTINE lpStartAddress, __in_opt LPVOID lpParameter, __in DWORD dwCreationFlags) |
DWORD WINAPI | AK::ThreadEmulation::ResumeThread (__in HANDLE hThread) |
BOOL WINAPI | AK::ThreadEmulation::SetThreadPriority (__in HANDLE hThread, __in int nPriority) |
VOID WINAPI | AK::ThreadEmulation::Sleep (__in DWORD dwMilliseconds) |
VOID WINAPI | AK::ThreadEmulation::SleepEx (__in DWORD dwMilliseconds, BOOL in_bAlertable) |
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise