[kernel]SIGNAL节点分配失败应该返回错误
This commit is contained in:
parent
5c593e6789
commit
e2541ef9e9
@ -647,6 +647,7 @@ int rt_thread_kill(rt_thread_t tid, int sig)
|
||||
else
|
||||
{
|
||||
LOG_E("The allocation of signal info node failed.");
|
||||
return -RT_EEMPTY;
|
||||
}
|
||||
|
||||
/* deliver signal to this thread */
|
||||
|
Loading…
x
Reference in New Issue
Block a user