Date: Thu, 21 Sep 2006 04:21:30 +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_create.c thr_getschedparam.c thr_init.c thr_kern.c thr_private.h thr_setprio.c thr_setschedparam.c Message-ID: <200609210421.k8L4LUsn028102@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2006-09-21 04:21:30 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_create.c thr_getschedparam.c thr_init.c thr_kern.c thr_private.h thr_setprio.c thr_setschedparam.c Log: use rtprio_thread system call to get or set thread priority. Revision Changes Path 1.34 +8 -6 src/lib/libthr/thread/thr_create.c 1.9 +2 -0 src/lib/libthr/thread/thr_getschedparam.c 1.41 +2 -2 src/lib/libthr/thread/thr_init.c 1.21 +66 -0 src/lib/libthr/thread/thr_kern.c 1.71 +6 -0 src/lib/libthr/thread/thr_private.h 1.7 +4 -4 src/lib/libthr/thread/thr_setprio.c 1.17 +2 -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?200609210421.k8L4LUsn028102>