* 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:
@@ -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.
|
** Distributed under the terms of the Haiku License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
int32
|
int32
|
||||||
suggest_thread_priority(uint32 what, int32 period, bigtime_t jitter, bigtime_t length)
|
suggest_thread_priority(uint32 what, int32 period, bigtime_t jitter, bigtime_t length)
|
||||||
{
|
{
|
||||||
return 0;
|
return 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
bigtime_t
|
bigtime_t
|
||||||
|
|||||||
Reference in New Issue
Block a user