From c68e76bc26ba8522ffe9642d0f29a7cada3e95e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 4 Aug 2007 11:19:56 +0000 Subject: [PATCH] * if there is any app actually using suggest_thread_priority() it won't no longer use idle priority, even if an actual implementation is still missing git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21820 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/os/scheduler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/libroot/os/scheduler.c b/src/system/libroot/os/scheduler.c index 7834f00616..2da729344c 100644 --- a/src/system/libroot/os/scheduler.c +++ b/src/system/libroot/os/scheduler.c @@ -1,5 +1,5 @@ /* -** Copyright 2004, Jérôme Duval, korli@users.sourceforge.net. All rights reserved. +** Copyright 2004, Jérôme Duval, korli@users.sourceforge.net. All rights reserved. ** Distributed under the terms of the Haiku License. */ @@ -9,7 +9,7 @@ int32 suggest_thread_priority(uint32 what, int32 period, bigtime_t jitter, bigtime_t length) { - return 0; + return 10; } bigtime_t