#[no_mangle]
pub extern "C" fn xila_semaphore_try_wait(
_semaphore: *mut XilaSemaphore,
) -> u32
Expand description
This function is used to try wait a semaphore.
#[no_mangle]
pub extern "C" fn xila_semaphore_try_wait(
_semaphore: *mut XilaSemaphore,
) -> u32
This function is used to try wait a semaphore.