Penguin
Blame: SDL_CreateThread(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_CreateThread(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_!CreateThread
2 !!!SDL_!CreateThread
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 SDL_!CreateThread- Creates a new thread of execution that shares its parent's properties.
12 !!SYNOPSIS
13
14
15 __#include
16 __
17
18
19 __SDL_Thread *SDL_!CreateThread__(__int (*fn)(void *),
20 void *data__);
21 !!DESCRIPTION
22
23
24 __SDL_!CreateThread__ creates a new thread of execution
25 that shares all of its parent's global memory, signal
26 handlers, file descriptors, etc, and runs the function
27 __fn__ passed the void pointer __data__ The thread
28 quits when this function returns.
29 !!SEE ALSO
30
31
32 __SDL_!KillThread__
33 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.