Function sdl2_sys::SDL_CreateSemaphore [−][src]
pub unsafe extern "C" fn SDL_CreateSemaphore(
initial_value: Uint32
) -> *mut SDL_sem
Create a semaphore, initialized with value, returns NULL on failure.
pub unsafe extern "C" fn SDL_CreateSemaphore(
initial_value: Uint32
) -> *mut SDL_sem
Create a semaphore, initialized with value, returns NULL on failure.