Query: sdl_createthread
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_CreateThread(3) SDL API Reference SDL_CreateThread(3)NAMESDL_CreateThread - Creates a new thread of execution that shares its parent's properties.SYNOPSIS#include "SDL.h" #include "SDL_thread.h" SDL_Thread *SDL_CreateThread(int (*fn)(void *), void *data);DESCRIPTIONSDL_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 ALSOSDL_KillThreadSDLTue 11 Sep 2001, 23:00 SDL_CreateThread(3)
Related Man Pages |
---|
sdl_seteventfilter(3) - redhat |
sdl_addtimer(3) - debian |
sdl_semtrywait(3) - debian |
sdl_seteventfilter(3) - suse |
sdl::time(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Migrating to UNIX |
Cut command on RHEL 6.8 compatibility issues |
Tar Command |
The Future of the PM (Private Message) System at UNIX.com |
Shopt -s histappend |