摘要: 执行c代码 #include<sched.h> #include<stdio.h> #include<stdlib.h> #include<string.h> #include<errno.h> #include <math.h> int main(int argc,char **argv) { l 阅读全文
posted @ 2020-10-29 16:13 JC97 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 原文出处:https://blog.csdn.net/weixin_38239856/article/details/82117600 作用: 描述调度参数的结构 #include <sched.h> struct sched_param { int32_t sched_priority; int3 阅读全文
posted @ 2020-10-29 08:55 JC97 阅读(1073) 评论(0) 推荐(0) 编辑