Function psp::sys::sceKernelDeleteLwMutex

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelDeleteLwMutex(
    mutex: *mut SceKernelLwMutexWork
) -> i32
Expand description

Delete a lightweight mutex

§Parameters

  • mutex: Pointer to a lightweight mutex structure.

§Return Value

0 on success, otherwise an error code