K 10 svn:author V 7 davidxu K 8 svn:date V 27 2006-07-13T06:26:43.000000Z K 7 svn:log V 360 Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam, these syscalls are designed to set thread's scheduling parameters and policy, because each syscall contains a size parameter, it is possible to support future scheduling option, e.g SCHED_SPORADIC, this option needs other fields in structure sched_param, current they are not avaiblable. END