Date: Mon, 15 Dec 2003 04:31:46 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_setschedparam.c Message-ID: <200312151231.hBFCVkNr091529@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2003/12/15 04:31:46 PST FreeBSD src repository Modified files: lib/libthr/thread thr_setschedparam.c Log: Comment out most of pthread_setschedparam. Pthread priorities didn't work before anyways, and I didn't want to fix broken code I had no way of testing. It was necessary however, in order to get rid of GIANT_LOCK. Pthread priorities will have to wait a little longer to get fixed. Revision Changes Path 1.5 +4 -1 src/lib/libthr/thread/thr_setschedparam.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312151231.hBFCVkNr091529>