xuxiuxi
2017-07-26 57de3dd4c7b2e0a7be1bcb4de49eb2046921b7ff
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