摘要:
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... 阅读全文