zephyr::raw

Function k_thread_runtime_stats_disable

source
pub unsafe extern "C" fn k_thread_runtime_stats_disable(
    thread: *mut k_thread,
) -> i32
Expand description

@brief Disable gathering of runtime statistics for specified thread

This routine disables the gathering of runtime statistics for the specified thread.

@param thread ID of thread @return -EINVAL if invalid thread ID, otherwise 0