Date: Thu, 27 Apr 2006 08:18:24 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_attr.c thr_getschedparam.c thr_init.c thr_mutexattr.c thr_private.h thr_setschedparam.c Message-ID: <200604270818.k3R8IONL033589@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604270818.k3R8IONL033589>