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:
Axel Dörfler 2004-03-17 00:43:16 +00:00
parent c65998fa11
commit a206c3746f

View File

@ -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