pub unsafe extern "C" fn k_mem_domain_deinit(
domain: *mut k_mem_domain,
) -> i32Expand description
@brief De-initialize a memory domain.
@param domain The memory domain to be de-initialized.
@retval 0 if successful @retval -EBUSY if there are still threads associated with this memory domain. @retval -EINVAL if invalid parameter supplied