Function sdl2_sys::SDL_CondSignal

source ·
pub unsafe extern "C" fn SDL_CondSignal(cond: *mut SDL_cond) -> c_int
Expand description

Restart one of the threads that are waiting on the condition variable.

\return 0 or -1 on error.