posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER (regular...
commit5e180a3f547f7c698ebcf31c97f8a69a199a7554
authorAndrew Haley <aph@redhat.com>
Fri, 8 Jul 2005 14:04:22 +0000 (8 14:04 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 8 Jul 2005 14:04:22 +0000 (8 14:04 +0000)
tree67fa264eada5bbec617177a3f8f06e80a1ab7957
parentc510f071aa275888a868948f96d1de6f9aa59c3b
posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER (regular...

2005-07-08  Andrew Haley  <aph@redhat.com>

        * posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER
        (regular, non-realtime scheduling), not SCHED_RR (realtime,
        round-robin).

From-SVN: r101769
libjava/ChangeLog
libjava/posix-threads.cc