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:
parent
c65998fa11
commit
a206c3746f
@ -716,8 +716,7 @@ thread_exit(void)
|
||||
(int)t->return_code));
|
||||
|
||||
// boost our priority to get this over with
|
||||
t->priority = B_FIRST_REAL_TIME_PRIORITY;
|
||||
// ToDo: is it really that urgent?
|
||||
t->priority = B_URGENT_DISPLAY_PRIORITY;
|
||||
|
||||
// shutdown the thread messaging
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user