#ifndef _CPU_SCHED_TEST_H_ #define _CPU_SCHED_TEST_H_ #include void cpu_sched(); void pthread_cpu_sched(const pthread_attr_t *attr); #endif