Home
last modified time | relevance | path

Searched refs:pfnSetThreadDescription (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_systhread.c155 typedef HRESULT (WINAPI *pfnSetThreadDescription)(HANDLE, PCWSTR); typedef
162 static pfnSetThreadDescription pSetThreadDescription = NULL;
168 …pSetThreadDescription = (pfnSetThreadDescription) GetProcAddress(kernel32, "SetThreadDescription");

Completed in 4 milliseconds