pub unsafe extern "C" fn k_thread_runtime_stats_disable(
thread: k_tid_t,
) -> c_int
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