Mercurial > sdl-ios-xcode
view docs/man3/SDL_CondSignal.3 @ 4268:d48035d857d3 SDL-1.2
Make SDL_GL_GetAttribute(SDL_GL_SWAP_CONTROL) work with GLX_SGI_swap_control.
Fixes Bugzilla #697.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 29 Sep 2009 13:50:33 +0000 |
parents | 4e3b250c950e |
children | 1238da4a7112 |
line wrap: on
line source
.TH "SDL_CondSignal" "3" "Tue 11 Sep 2001, 23:00" "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, Tue 11 Sep 2001, 23:00