mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-19 20:43:43 +08:00
[kernel] 将rt_thread结构体改为显式继承rt_object (#7131)
This commit is contained in:
@@ -20,7 +20,7 @@ void __rt_libc_exit(int status)
|
||||
|
||||
if (self != RT_NULL)
|
||||
{
|
||||
LOG_W("thread:%s exit:%d!", self->name, status);
|
||||
LOG_W("thread:%s exit:%d!", self->parent.name, status);
|
||||
#ifdef RT_USING_PTHREADS
|
||||
if(self->pthread_data != RT_NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user