[][src]Function sdl2_sys::SDL_CondBroadcast

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

Restart all threads that are waiting on the condition variable.

\return 0 or -1 on error.