* 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
This commit is contained in:
Stephan Aßmus
2007-08-04 11:19:56 +00:00
parent 7c1cb28850
commit c68e76bc26
+2 -2
View File
@@ -1,5 +1,5 @@
/*
** Copyright 2004, Jérôme Duval, [email protected]. All rights reserved.
** Copyright 2004, Jérôme Duval, [email protected]. 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