Penguin
Blame: SDL_CreateThread(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_CreateThread(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!CreateThread
2 !!!SDL_!CreateThread
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!CreateThread- Creates a new thread of execution that shares its parent's properties.
1 perry 12 !!SYNOPSIS
13
14
15 __#include
16 __
17
18
2 perry 19 __SDL_Thread *SDL_!CreateThread__(__int (*fn)(void *),
1 perry 20 void *data__);
21 !!DESCRIPTION
22
23
2 perry 24 __SDL_!CreateThread__ creates a new thread of execution
1 perry 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
2 perry 32 __SDL_!KillThread__
1 perry 33 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.