https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createthread?redirectedfrom=MSDN
CreateThread function (processthreadsapi.h) - Win32 apps | Microsoft Learn
Creates a thread to execute within the virtual address space of the calling process.
functionhappsmicrosoftlearn
https://manpages.ubuntu.com/manpages/xenial/man3/SDL_CreateThread.3.html
Ubuntu Manpage: SDL_CreateThread - Creates a new thread of execution that shares its parent's...
Creates a new thread of execution that shares its parent's properties.