[][src]Function sdl2_sys::SDL_CondSignal

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

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

\return 0 or -1 on error.