| 59 | } |
| 60 | |
| 61 | void 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 |