1SDL_CondSignal(3)              SDL API Reference             SDL_CondSignal(3)
2
3
4

NAME

6       SDL_CondSignal - Restart a thread wait on a condition variable
7

SYNOPSIS

9       #include "SDL.h" #include "SDL_thread.h"
10
11       int SDL_CondSignal(SDL_cond *cond);
12

DESCRIPTION

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

SEE ALSO

18       SDL_CondWait, SDL_CondBroadcast
19
20
21
22SDL                         Tue 11 Sep 2001, 23:00           SDL_CondSignal(3)
Impressum