cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c syscalls.master

David Xu davidxu at FreeBSD.org
Thu Jul 13 06:26:43 UTC 2006


davidxu     2006-07-13 06:26:43 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              thr.h 
    sys/kern             kern_thr.c syscalls.master 
  Log:
  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.
  
  Revision  Changes    Path
  1.49      +158 -2    src/sys/kern/kern_thr.c
  1.219     +9 -0      src/sys/kern/syscalls.master
  1.9       +9 -2      src/sys/sys/thr.h


More information about the cvs-all mailing list