pub unsafe extern "C" fn magma_connection_create_semaphore(
connection: magma_connection_t,
semaphore_out: *mut magma_semaphore_t,
id_out: *mut magma_semaphore_id_t,
) -> magma_status_t
Expand description
\brief Creates a semaphore. \param connection An open connection. \param semaphore_out The returned semaphore. \param id_out The id of the semaphore.