Lowered the thread priority boost on death.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7004 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -716,8 +716,7 @@ thread_exit(void)
|
|||||||
(int)t->return_code));
|
(int)t->return_code));
|
||||||
|
|
||||||
// boost our priority to get this over with
|
// boost our priority to get this over with
|
||||||
t->priority = B_FIRST_REAL_TIME_PRIORITY;
|
t->priority = B_URGENT_DISPLAY_PRIORITY;
|
||||||
// ToDo: is it really that urgent?
|
|
||||||
|
|
||||||
// shutdown the thread messaging
|
// shutdown the thread messaging
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user