MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / init_thread_win

Function init_thread_win

drivers/windows/thread_windows.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void init_thread_win() {
62 w10_SetThreadDescription = (SetThreadDescriptionPtr)(void *)GetProcAddress(LoadLibraryW(L"kernel32.dll"), "SetThreadDescription");
63
64 Thread::_set_platform_functions({ set_name });
65}
66
67#endif // WINDOWS_ENABLED

Callers 1

initializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected