Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2006 22:45:19 +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_setprio.c thr_setschedparam.c
Message-ID:  <200607132245.k6DMjJh6084046@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607132245.k6DMjJh6084046>