#[unsafe(no_mangle)]pub extern "C" fn xila_semaphore_post(
_semaphore: *mut XilaSemaphore,
) -> u32Expand description
This function is used to post a semaphore.
#[unsafe(no_mangle)]pub extern "C" fn xila_semaphore_post(
_semaphore: *mut XilaSemaphore,
) -> u32This function is used to post a semaphore.