K 10 svn:author V 7 davidxu K 8 svn:date V 27 2008-03-05T07:01:20.000000Z K 7 svn:log V 281 Use cpuset defined in pthread_attr for newly created thread, for now, we set scheduling parameters and cpu binding fully in userland, and because default scheduling policy is SCHED_RR (time-sharing), we set default sched_inherit to PTHREAD_SCHED_INHERIT, this saves a system call. END