Tao.Sdl SDK Documentation

Sdl.SDL_CondBroadcast Method 

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

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

Return Value

Restart all 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_CondBroadcast(SDL_cond *cond)

See Also

Sdl Class | Tao.Sdl Namespace