Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.45 KB

CategoryThread.mediawiki

File metadata and controls

33 lines (27 loc) · 1.45 KB

Table of Contents

Thread Management

Include File(s): SDL_thread.h, SDL_mutex.h (contains thread synchronization primitives)

Introduction

This category contains functions for system independent thread management routines.

{i} NOTE: You should not expect to be able to create a window, render, or receive events on any thread other than the main one. For platform-specific exceptions or complicated options ask on the forums/mailing list.

Enumerations

<>

Functions

<>


CategoryCategory