view docs/man3/SDL_CondSignal.3 @ 113:e21ac1dd30f1

Fixed crash if mouse is outside of the screen bounds for some reason
author Sam Lantinga <slouken@lokigames.com>
date Wed, 18 Jul 2001 20:08:18 +0000
parents 55f1f1b3e27d
children e5bc29de3f0a
line wrap: on
line source

.TH "SDL_CondSignal" "3" "Sun 10 Jun 2001, 19:41" "SDL" "SDL API Reference" 
.SH "NAME"
SDL_CondSignal\- Restart a thread wait on a condition variable
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
#include "SDL_thread\&.h"
.sp
\fBint \fBSDL_CondSignal\fP\fR(\fBSDL_cond *cond\fR);
.SH "DESCRIPTION"
.PP
Restart one of the threads that are waiting on the condition variable, \fBcond\fR\&. Returns \fB0\fR on success of \fB-1\fR on an error\&.
.SH "SEE ALSO"
.PP
\fI\fBSDL_CondWait\fP\fR, \fI\fBSDL_CondBroadcast\fP\fR
...\" created by instant / docbook-to-man, Sun 10 Jun 2001, 19:41