#pragma once #include void thread_calc_cpu_usage(void); uint16_t cpu_get_current_usage(void); bool_t task_knl_kill(thread_t *kill_thread, bool_t is_knl); void thread_knl_release_helper(thread_t *th); void knl_init_1(void);