Function sdl2_sys::SDL_SemPost

source ·
pub unsafe extern "C" fn SDL_SemPost(sem: *mut SDL_sem) -> c_int
Expand description

Atomically increases the semaphore’s count (not blocking).

\return 0, or -1 on error.