houxiao
2017-08-17 2b43077d967c28fe99e1ff2b99f19e1433c710d9
1
2
3
4
5
6
7
8
9
10
#ifndef _CPU_SCHED_TEST_H_
#define _CPU_SCHED_TEST_H_
 
#include <pthread.h>
 
void cpu_sched();
 
void pthread_cpu_sched(const pthread_attr_t *attr);
 
#endif