Penguin
Note: You are viewing an old revision of this page. View the current version.

SDL_CondSignal?

SDL_CondSignal?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_CondSignal?- Restart a thread wait on a condition variable

SYNOPSIS

#include

int SDL_CondSignal?(__SDL_cond

  • cond__);

DESCRIPTION

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

SEE ALSO

SDL_CondWait?, SDL_CondBroadcast?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.