sdl_createthread(3) redhat man page | unix.com

Man Page: sdl_createthread

Operating Environment: redhat

Section: 3

SDL_CreateThread(3)						 SDL API Reference					       SDL_CreateThread(3)

NAME
SDL_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);
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
SDL
Tue 11 Sep 2001, 23:00 SDL_CreateThread(3)
Related Man Pages
sdl_semtrywait(3) - opensolaris
sdl_seteventfilter(3) - opensolaris
sdl_seteventfilter(3) - redhat
sdl_addtimer(3) - debian
sdl_seteventfilter(3) - debian
Similar Topics in the Unix Linux Community
Reduced Activity Notification
Create an unconfigured VMware host from a template that is set to do firstboot --reconfig
CentOS7 restoring file capabilities
Issue with "rsh" on RedHat
[TIP] Processing YAML files with yq