Tao.Sdl SDK Documentation

Sdl.SDL_CondSignal Method 

Restart one of the threads that are waiting on the condition variable, returns 0 or -1 on error.

[Visual Basic]
Public Shared Function SDL_CondSignal( _
   ByVal cond As IntPtr _
) As Integer
[C#]
public static int SDL_CondSignal(
   IntPtr cond
);

Return Value

Restart one of the threads that are waiting on the condition variable, returns 0 or -1 on error.

Remarks

Binds to C-function call in SDL_mutex.h:

extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond)

See Also

Sdl Class | Tao.Sdl Namespace