摘要: sched_paramStructure that describes scheduling parametersSynopsis:#include <sched.h>struct sched_param { int32_t sched_priority; int32_t sched_curpriority; union { int32_t reserved[8]; struct { int32_t __ss_low_priority; int32_t __ss_max_r... 阅读全文
posted @ 2011-01-13 13:46 张长胜 阅读(518) 评论(0) 推荐(0) 编辑