Function sdl2_sys::SDL_CreateSemaphore

source ยท
pub unsafe extern "C" fn SDL_CreateSemaphore(
    initial_value: Uint32,
) -> *mut SDL_sem
Expand description

Create a semaphore, initialized with value, returns NULL on failure.