在Linux上,sched.h包含的定义
sched.h
int sched_rr_get_interval(pid_t pid, struct timespec * tp);
获得流程的时间片.但是,OS X El Capitan附带的文件不符合该定义.
在OS X上有替代方案吗?