pub unsafe extern "C" fn k_obj_core_stats_reset(
obj_core: *mut k_obj_core,
) -> i32
Expand description
@brief Reset the stats associated with the kernel object
This function resets the statistics associated with the kernel object core specified by @a obj_core.
@param obj_core Pointer to kernel object core
@retval 0 on success @retval -errno on failure