int pthread_attr_tschedparam(pthread_attr_t *attr, const struct sched_param *param); int pthread_attr_getschedparam(const pthread_attr_t *手工雨伞怎么做attr, struct sched_param 和的英文*param); param.拯救地球sched_priority = 51; //设置优先级 |
int pthread_attr_tschedpolicy(pthread_attr_t *attr, int policy); |
struct sched_param { int __sched_priority; //所要设定的线程优先级 }; |
本文发布于:2023-05-15 12:24:58,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/fan/82/640579.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |