davidxu 2006-07-13 22:45:19 UTC FreeBSD src repository
Modified files: lib/libthr/thread thr_create.c thr_getschedparam.c thr_init.c thr_setprio.c thr_setschedparam.c Log: Caching scheduling policy and priority in userland, a critical but baddly written application is frequently changing thread priority for SCHED_OTHER policy. Revision Changes Path 1.32 +3 -4 src/lib/libthr/thread/thr_create.c 1.8 +5 -8 src/lib/libthr/thread/thr_getschedparam.c 1.36 +6 -0 src/lib/libthr/thread/thr_init.c 1.5 +22 -8 src/lib/libthr/thread/thr_setprio.c 1.15 +14 -0 src/lib/libthr/thread/thr_setschedparam.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"