SDL_CondSignal

Name

SDL_CondSignal -- Restart a thread wait on a condition variable

Synopsis

uses
SDL;

function SDL_CondSignal( cond : PSDL_cond ) : Integer;

Description

Restart one of the threads that are waiting on the condition variable, cond. Returns 0 on success of -1 on an error.

See Also

SDL_CondWait, SDL_CondBroadcast