Wiki Page Content

Differences between revisions 20 and 21
Revision 20 as of 2015-06-20 08:12:47
Size: 1266
Editor: Sam Lantinga
Comment: Removed note that you need to call SDL_Init() before thread functions. That's not true, at least anymore.
Revision 21 as of 2016-05-12 20:31:18
Size: 1270
Comment: Added sign.
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
''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 [[http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org|mailing list]] or [[http://forums.libsdl.org/viewtopic.php?t=5973|forum]]. {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 [[http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org|mailing list]] or [[http://forums.libsdl.org/viewtopic.php?t=5973|forum]].

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 mailing list or forum.

Enumerations

Functions


CategoryCategory

None: CategoryThread (last edited 2017-07-15 21:51:08 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit