Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_systhread.c162 static pfnSetThreadDescription pSetThreadDescription = NULL; local
168pSetThreadDescription = (pfnSetThreadDescription) GetProcAddress(kernel32, "SetThreadDescription");
172 if (pSetThreadDescription != NULL) {
175 pSetThreadDescription(GetCurrentThread(), strw);

Completed in 3 milliseconds