Function ksceKernelCreateCond

Source
pub unsafe extern "C" fn ksceKernelCreateCond(
    name: *const c_char,
    attr: SceUInt,
    mutexId: SceUID,
    option: *const SceKernelCondOptParam,
) -> SceUID
Available on crate feature SceThreadmgrForDriver_stub only.