cvs commit: src/lib/libthr/thread thr_attr.c thr_getschedparam.c thr_init.c thr_mutexattr.c thr_private.h thr_setschedparam.c

David Xu davidxu at FreeBSD.org
Thu Apr 27 08:18:25 UTC 2006


davidxu     2006-04-27 08:18:24 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_attr.c thr_getschedparam.c thr_init.c 
                         thr_mutexattr.c thr_private.h 
                         thr_setschedparam.c 
  Log:
  - Use same priority range returned by kernel's sched_get_priority_min()
    and sched_get_priority_max() syscalls.
  - Remove unused fields from structure pthread_attr.
  
  Revision  Changes    Path
  1.6       +17 -13    src/lib/libthr/thread/thr_attr.c
  1.5       +2 -4      src/lib/libthr/thread/thr_getschedparam.c
  1.34      +13 -5     src/lib/libthr/thread/thr_init.c
  1.6       +1 -1      src/lib/libthr/thread/thr_mutexattr.c
  1.62      +21 -28    src/lib/libthr/thread/thr_private.h
  1.12      +3 -4      src/lib/libthr/thread/thr_setschedparam.c


More information about the cvs-src mailing list