davidxu     2006-07-12 06:13:18 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_attr.c thr_create.c 
                         thr_getschedparam.c thr_init.c 
                         thr_private.h thr_setprio.c 
                         thr_setschedparam.c 
  Log:
  Use kernel facilities to support real-time scheduling.
  
  Revision  Changes    Path
  1.7       +10 -2     src/lib/libthr/thread/thr_attr.c
  1.30      +17 -25    src/lib/libthr/thread/thr_create.c
  1.6       +29 -14    src/lib/libthr/thread/thr_getschedparam.c
  1.35      +4 -14     src/lib/libthr/thread/thr_init.c
  1.66      +2 -28     src/lib/libthr/thread/thr_private.h
  1.3       +22 -7     src/lib/libthr/thread/thr_setprio.c
  1.13      +19 -34    src/lib/libthr/thread/thr_setschedparam.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to