发布时间: 2013-03-10 09:38:39 作者: rapoo
Linux C编程--线程操作3--线程属性解析线程属性结构如下: typedef struct { int detachstate; 线程的分离状态 int schedpolicy; 线程调度策略 struct sched_param schedparam; 线程的调度参数 int inheritsched; 线程的继承性 int scope; 线程的作用域