davidxu     2006-08-25 06:12:53 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              sched.h umtx.h 
    sys/kern             kern_umtx.c sched_4bsd.c sched_core.c 
                         sched_ule.c 
  Log:
  Add user priority loaning code to support priority propagation for
  1:1 threading's POSIX priority mutexes, the code is no-op unless
  priority-aware umtx code is committed.
  
  Revision  Changes    Path
  1.39      +5 -0      src/sys/kern/kern_umtx.c
  1.87      +56 -1     src/sys/kern/sched_4bsd.c
  1.10      +61 -6     src/sys/kern/sched_core.c
  1.165     +57 -1     src/sys/kern/sched_ule.c
  1.27      +4 -1      src/sys/sys/sched.h
  1.21      +1 -1      src/sys/sys/umtx.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to