Wiki Page Content

Differences between revisions 26 and 27
Revision 26 as of 2011-02-14 17:54:24
Size: 21126
Editor: SheenaSmith
Comment: update content - change tip to default
Revision 27 as of 2011-02-27 16:15:34
Size: 21219
Editor: SheenaSmith
Comment: hide comments, notes
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 * Mutex
 * Semaphore
 * Condition Variable

{{{#!wiki comment
Line 21: Line 26:
}}}
Line 22: Line 28:
{{{#!wiki comment
Line 103: Line 109:
}}}

DRAFT

Thread Synchronization Primitives

Include File(s): SDL_mutex.h, SDL_thread.h

Introduction

Functions in this group provide thread synchronization primitives for multi-threaded programing.

There are 3 primitives available in SDL:

  • Mutex
  • Semaphore
  • Condition Variable

Functions


CategoryCategory

None: CategoryMutex (last edited 2016-03-27 21:45:54 by PhilippWiesemann)

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