SDL_CreateThread
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
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
More Linux Commands
manpages/getegid32.2.html
getegid32(2) - get group identity - Linux manual page.......
getgid() returns the real group ID of the calling process. getegid() returns the effective group ID of the calling process. ERRORS These functions are always su
manpages/seed48_r.3.html
seed48_r(3) - generate uniformly distributed pseudo-random n
These functions are the reentrant analogs of the functions described in drand48(3). Instead of modifying the global random generator state, they use the supplie
manpages/scheduler.1.html
scheduler(1) - Icecream scheduler - Linux manual page.......
The Icecream scheduler is the central instance of an Icecream compile network. It distributes the compile jobs and provides the data for the monitors. OPTIONS -
manpages/bgpd.8.html
bgpd(8) - a BGPv4, BGPv4+, BGPv4- routing engine for use wit
bgpd is a routing component that works with the Quagga routing engine. OPTIONS Options available for the bgpd command: -d, --daemon Runs in daemon mode, forking
manpages/XkbSetModActionVMods.3.html
XkbSetModActionVMods(3) - Sets the vmods1 and vmods2 fields
XkbSetModActionVMods sets the vmods1 and vmods2 fields of act using the vmods format of an Xkb modifier description. NOTES Despite the fact that the first param
manpages/getaddrinfo.3.html
getaddrinfo(3) - network address and service translation....
Given node and service, which identify an Internet host and a service, getaddrinfo() returns one or more addrinfo structures, each of which contains an Internet
manpages/cal.1.html
cal(1) - display a calendar (Commands - Linux man page).....
cal displays a simple calendar. If no arguments are specified, the current month is displayed. OPTIONS -1, --one Display single month output. (This is the defau
manpages/getdents64.2.html
getdents64(2) - get directory entries - Linux manual page...
This is not the function you are interested in. Look at readdir(3) for the POSIX conforming C library interface. This page documents the bare kernel system call
manpages/nl_langinfo.3.html
nl_langinfo(3) - query language and locale information......
The nl_langinfo() function provides access to locale information in a more flexible way than localeconv(3) does. Individual and additional elements of the local
manpages/plasma.1.html
plasma(1) - oozing plasma. (Commands - Linux manual page)...
From Terry Walsh (http://reallyslick.com): Probably the second most psychedelic screen saver in existence. Just try to picture all those colors moving around. P
manpages/Tcl_ChannelInputProc.3.html
Tcl_ChannelInputProc(3) - procedures for creating and manipu
Tcl uses a two-layered channel architecture. It provides a generic upper layer to enable C and Tcl programs to perform input and output using the same APIs for
manpages/Tk_ParseArgv.3.html
Tk_ParseArgv(3) - process command-line options (Man Page)...
Tk_ParseArgv processes an array of command-line arguments according to a table describing the kinds of arguments that are expected. Each of the arguments in arg
