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

SDL_CondBroadcast?

SDL_CondBroadcast?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_CondBroadcast?- Restart all threads waiting on a condition variable

SYNOPSIS

#include

int SDL_CondBroadcast?(__SDL_cond

  • cond__);

DESCRIPTION

Restarts all threads that are waiting on the condition variable, cond. Returns 0 on success, or -1 on an error.

SEE ALSO

SDL_CondSignal?, SDL_CondWait?


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