Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_CreateThread(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!CreateThread !!!SDL_!CreateThread NAME SYNOPSIS DESCRIPTION SEE ALSO ---- !!NAME SDL_!CreateThread- Creates a new thread of execution that shares its parent's properties. !!SYNOPSIS __#include __ __SDL_Thread *SDL_!CreateThread__(__int (*fn)(void *), void *data__); !!DESCRIPTION __SDL_!CreateThread__ creates a new thread of execution that shares all of its parent's global memory, signal handlers, file descriptors, etc, and runs the function __fn__ passed the void pointer __data__ The thread quits when this function returns. !!SEE ALSO __SDL_!KillThread__ ----
One page links to
SDL_CreateThread(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.