Include the thread ID in the debug output of thread_atkernel_exit().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12240 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1061,7 +1061,7 @@ thread_at_kernel_exit(void)
|
|||||||
cpu_status state;
|
cpu_status state;
|
||||||
bigtime_t now;
|
bigtime_t now;
|
||||||
|
|
||||||
TRACE(("thread_atkernel_exit: entry\n"));
|
TRACE(("thread_atkernel_exit: exit thread 0x%lx\n", thread->id));
|
||||||
|
|
||||||
state = disable_interrupts();
|
state = disable_interrupts();
|
||||||
GRAB_THREAD_LOCK();
|
GRAB_THREAD_LOCK();
|
||||||
|
|||||||
Reference in New Issue
Block a user