Sortix
Sortix Download Manual Development Source Code News Blog More
current nightly

Sortix volatile manual

This manual documents Sortix volatile, a development build that has not been officially released. You can instead view this document in the latest official manual.

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
Tue 11 Sep 2001, 23:00 SDL
Copyright 2011-2025 Jonas 'Sortie' Termansen and contributors.
Sortix's source code is free software under the ISC license.
#sortix on irc.sortix.org
@sortix_org